Html Css Color HEX #012ECC Persian Blue

📋 copy color: '#012ECC'

red 1 ◦ green 46 ◦ blue 204

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

Shades of Persian Blue #012ECC

Tints of Persian Blue #012ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.33%

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

R = 0.4%
G = 18.33%
B = 81.27%

CMYK

 C value IS 1.00

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#012ECC (or 0x012ECC) is known color: Persian Blue. HEX triplet: 01, 2E and CC. RGB value is (1,46,204). Sum of RGB (Red+Green+Blue) = 1+46+204=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 204 (80.08% from 255 or 81.27% from 251); Max value from RGB is 204 - color contains mainly: blue. Hex color #012ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012ECC is #FED133. Grayscale: #313131. Windows color (decimal): -16699700 or 13381121. OLE color: 13381121.

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

Color convert

RGB 1 46 204 -
CMYK 1.00 0.77 0 0.2
HSL 226.7º 0.99% 0.4% -
HSV(B) 226.7º 1% 0.8% -
XYZ 11.89 6.32 57.72 -
YUV 50.56 214.59 92.65 -
System Red Green Blue C M Y K H S L
Decimal 1 46 204 1.00 0.77 0 0.2 226.7 0.99 0.4
Hex 1 2E CC 64 4D 0 14 E3 63 28
Octal 1 56 314 144 115 0 24 343 143 50
Binary 1 101110 11001100 1100100 1001101 0 10100 11100011 1100011 101000

Color Harmonies of #012ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012ECC

Black with #012ECC

Text Example


Text Example

White with #012ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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