Html Css Color HEX #012CCC Persian Blue

📋 copy color: '#012CCC'

red 1 ◦ green 44 ◦ blue 204

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

Shades of Persian Blue #012CCC

Tints of Persian Blue #012CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 81.93%

R = 0.4%
G = 17.67%
B = 81.93%

CMYK

 C value IS 1.00

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#012CCC (or 0x012CCC) is known color: Persian Blue. HEX triplet: 01, 2C and CC. RGB value is (1,44,204). Sum of RGB (Red+Green+Blue) = 1+44+204=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 204 (80.08% from 255 or 81.93% from 249); Max value from RGB is 204 - color contains mainly: blue. Hex color #012CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012CCC is #FED333. Grayscale: #303030. Windows color (decimal): -16700212 or 13380609. OLE color: 13380609.

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

Color convert

RGB 1 44 204 -
CMYK 1.00 0.78 0 0.2
HSL 227.29º 0.99% 0.4% -
HSV(B) 227.29º 1% 0.8% -
XYZ 11.81 6.17 57.69 -
YUV 49.38 215.25 93.49 -
System Red Green Blue C M Y K H S L
Decimal 1 44 204 1.00 0.78 0 0.2 227.29 0.99 0.4
Hex 1 2C CC 64 4E 0 14 E3 63 28
Octal 1 54 314 144 116 0 24 343 143 50
Binary 1 101100 11001100 1100100 1001110 0 10100 11100011 1100011 101000

Color Harmonies of #012CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CCC

Black with #012CCC

Text Example


Text Example

White with #012CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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