Html Css Color HEX #012CCA Persian Blue

📋 copy color: '#012CCA'

red 1 ◦ green 44 ◦ blue 202

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

Shades of Persian Blue #012CCA

Tints of Persian Blue #012CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 81.78%

R = 0.4%
G = 17.81%
B = 81.78%

CMYK

 C value IS 1.00

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#012CCA (or 0x012CCA) is known color: Persian Blue. HEX triplet: 01, 2C and CA. RGB value is (1,44,202). Sum of RGB (Red+Green+Blue) = 1+44+202=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 202 (79.30% from 255 or 81.78% from 247); Max value from RGB is 202 - color contains mainly: blue. Hex color #012CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012CCA is #FED335. Grayscale: #303030. Windows color (decimal): -16700214 or 13249537. OLE color: 13249537.

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

Color convert

RGB 1 44 202 -
CMYK 1.00 0.78 0 0.21
HSL 227.16º 0.99% 0.4% -
HSV(B) 227.16º 1% 0.79% -
XYZ 11.57 6.07 56.44 -
YUV 49.16 214.25 93.65 -
System Red Green Blue C M Y K H S L
Decimal 1 44 202 1.00 0.78 0 0.21 227.16 0.99 0.4
Hex 1 2C CA 64 4E 0 15 E3 63 28
Octal 1 54 312 144 116 0 25 343 143 50
Binary 1 101100 11001010 1100100 1001110 0 10101 11100011 1100011 101000

Color Harmonies of #012CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CCA

Black with #012CCA

Text Example


Text Example

White with #012CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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