Html Css Color HEX #012DC8 Persian Blue

📋 copy color: '#012DC8'

red 1 ◦ green 45 ◦ blue 200

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

Shades of Persian Blue #012DC8

Tints of Persian Blue #012DC8

RGB

 RED value IS 1 (0.78% from 255) = 0.41%

 GREEN value IS 45 (17.97% from 255) = 18.29%

 BLUE value IS 200 (78.52% from 255) = 81.3%

R = 0.41%
G = 18.29%
B = 81.3%

CMYK

 C value IS 1.00

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#012DC8 (or 0x012DC8) is known color: Persian Blue. HEX triplet: 01, 2D and C8. RGB value is (1,45,200). Sum of RGB (Red+Green+Blue) = 1+45+200=246 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 200 (78.52% from 255 or 81.30% from 246); Max value from RGB is 200 - color contains mainly: blue. Hex color #012DC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DC8 is #FED237. Grayscale: #303030. Windows color (decimal): -16699960 or 13118721. OLE color: 13118721.

HSL color Cylindrical-coordinate representation of color #012DC8: hue angle of 226.73º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012DC8 is Cyan = 1.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 45 200 -
CMYK 1.00 0.78 0 0.22
HSL 226.73º 0.99% 0.39% -
HSV(B) 226.73º 1% 0.78% -
XYZ 11.38 6.05 55.21 -
YUV 49.51 212.92 93.4 -
System Red Green Blue C M Y K H S L
Decimal 1 45 200 1.00 0.78 0 0.22 226.73 0.99 0.39
Hex 1 2D C8 64 4E 0 16 E3 63 27
Octal 1 55 310 144 116 0 26 343 143 47
Binary 1 101101 11001000 1100100 1001110 0 10110 11100011 1100011 100111

Color Harmonies of #012DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DC8

Black with #012DC8

Text Example


Text Example

White with #012DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012DC8; }

 p { color: rgb(1,45,200); }

 H1.HeaderClassName
 {
   color: #012DC8;
 }
 .AnyTagClassName
 {
   color: #012DC8;
 }
</style>

background-color css

<style>
 a { background-color: #012DC8; }

 a { background-color: rgb(1,45,200); }

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

border-color css

<style>
 span { border-color: #012DC8; }

 span { border-color: rgb(1,45,200); }

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