Html Css Color HEX #1025CE Persian Blue

📋 copy color: '#1025CE'

red 16 ◦ green 37 ◦ blue 206

#1025CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #1025CE

Tints of Persian Blue #1025CE

RGB

 RED value IS 16 (6.64% from 255) = 6.18%

 GREEN value IS 37 (14.84% from 255) = 14.29%

 BLUE value IS 206 (80.86% from 255) = 79.54%

R = 6.18%
G = 14.29%
B = 79.54%

CMYK

 C value IS 0.92

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1025CE (or 0x1025CE) is known color: Persian Blue. HEX triplet: 10, 25 and CE. RGB value is (16,37,206). Sum of RGB (Red+Green+Blue) = 16+37+206=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 206 (80.86% from 255 or 79.54% from 259); Max value from RGB is 206 - color contains mainly: blue. Hex color #1025CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1025CE is #EFDA31. Grayscale: #313131. Windows color (decimal): -15718962 or 13509904. OLE color: 13509904.

HSL color Cylindrical-coordinate representation of color #1025CE: hue angle of 233.37º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1025CE is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 37 206 -
CMYK 0.92 0.82 0 0.19
HSL 233.37º 0.86% 0.44% -
HSV(B) 233.37º 0.92% 0.81% -
XYZ 12.02 5.89 58.9 -
YUV 49.99 216.04 103.76 -
System Red Green Blue C M Y K H S L
Decimal 16 37 206 0.92 0.82 0 0.19 233.37 0.86 0.44
Hex 10 25 CE 5C 52 0 13 E9 56 2C
Octal 20 45 316 134 122 0 23 351 126 54
Binary 10000 100101 11001110 1011100 1010010 0 10011 11101001 1010110 101100

Color Harmonies of #1025CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1025CE

Black with #1025CE

Text Example


Text Example

White with #1025CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1025CE; }

 p { color: rgb(16,37,206); }

 H1.HeaderClassName
 {
   color: #1025CE;
 }
 .AnyTagClassName
 {
   color: #1025CE;
 }
</style>

background-color css

<style>
 a { background-color: #1025CE; }

 a { background-color: rgb(16,37,206); }

 div.DivClassName
 {
   background-color: #1025CE;
 }
 .BgClassName
 {
   background-color: #1025CE;
 }
</style>

border-color css

<style>
 span { border-color: #1025CE; }

 span { border-color: rgb(16,37,206); }

 td.TdClassName
 {
   border-color: #1025CE;
 }
 .TagClassName
 {
   border-color: #1025CE;
 }
</style>