Html Css Color HEX #012ACC Persian Blue

📋 copy color: '#012ACC'

red 1 ◦ green 42 ◦ blue 204

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

Shades of Persian Blue #012ACC

Tints of Persian Blue #012ACC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17%

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

R = 0.4%
G = 17%
B = 82.59%

CMYK

 C value IS 1.00

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#012ACC (or 0x012ACC) is known color: Persian Blue. HEX triplet: 01, 2A and CC. RGB value is (1,42,204). Sum of RGB (Red+Green+Blue) = 1+42+204=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 204 (80.08% from 255 or 82.59% from 247); Max value from RGB is 204 - color contains mainly: blue. Hex color #012ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012ACC is #FED533. Grayscale: #2F2F2F. Windows color (decimal): -16700724 or 13380097. OLE color: 13380097.

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

Color convert

RGB 1 42 204 -
CMYK 1.00 0.79 0 0.2
HSL 227.88º 0.99% 0.4% -
HSV(B) 227.88º 1% 0.8% -
XYZ 11.74 6.02 57.67 -
YUV 48.21 215.92 94.33 -
System Red Green Blue C M Y K H S L
Decimal 1 42 204 1.00 0.79 0 0.2 227.88 0.99 0.4
Hex 1 2A CC 64 4F 0 14 E4 63 28
Octal 1 52 314 144 117 0 24 344 143 50
Binary 1 101010 11001100 1100100 1001111 0 10100 11100100 1100011 101000

Color Harmonies of #012ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012ACC

Black with #012ACC

Text Example


Text Example

White with #012ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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