Html Css Color HEX #012CC8 Persian Blue

📋 copy color: '#012CC8'

red 1 ◦ green 44 ◦ blue 200

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

Shades of Persian Blue #012CC8

Tints of Persian Blue #012CC8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.96%

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

R = 0.41%
G = 17.96%
B = 81.63%

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

#012CC8 (or 0x012CC8) is known color: Persian Blue. HEX triplet: 01, 2C and C8. RGB value is (1,44,200). Sum of RGB (Red+Green+Blue) = 1+44+200=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 200 (78.52% from 255 or 81.63% from 245); Max value from RGB is 200 - color contains mainly: blue. Hex color #012CC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012CC8 is #FED337. Grayscale: #303030. Windows color (decimal): -16700216 or 13118465. OLE color: 13118465.

HSL color Cylindrical-coordinate representation of color #012CC8: hue angle of 227.04º 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 #012CC8 is Cyan = 1.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 44 200 -
CMYK 1.00 0.78 0 0.22
HSL 227.04º 0.99% 0.39% -
HSV(B) 227.04º 1% 0.78% -
XYZ 11.34 5.98 55.2 -
YUV 48.93 213.25 93.82 -
System Red Green Blue C M Y K H S L
Decimal 1 44 200 1.00 0.78 0 0.22 227.04 0.99 0.39
Hex 1 2C C8 64 4E 0 16 E3 63 27
Octal 1 54 310 144 116 0 26 343 143 47
Binary 1 101100 11001000 1100100 1001110 0 10110 11100011 1100011 100111

Color Harmonies of #012CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CC8

Black with #012CC8

Text Example


Text Example

White with #012CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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