Html Css Color HEX #012CCB Persian Blue

📋 copy color: '#012CCB'

red 1 ◦ green 44 ◦ blue 203

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

Shades of Persian Blue #012CCB

Tints of Persian Blue #012CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 81.85%

R = 0.4%
G = 17.74%
B = 81.85%

CMYK

 C value IS 1.00

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#012CCB (or 0x012CCB) is known color: Persian Blue. HEX triplet: 01, 2C and CB. RGB value is (1,44,203). Sum of RGB (Red+Green+Blue) = 1+44+203=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 203 (79.69% from 255 or 81.85% from 248); Max value from RGB is 203 - color contains mainly: blue. Hex color #012CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012CCB is #FED334. Grayscale: #303030. Windows color (decimal): -16700213 or 13315073. OLE color: 13315073.

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

Color convert

RGB 1 44 203 -
CMYK 1.00 0.78 0 0.20
HSL 227.23º 0.99% 0.4% -
HSV(B) 227.23º 1% 0.8% -
XYZ 11.69 6.12 57.06 -
YUV 49.27 214.75 93.57 -
System Red Green Blue C M Y K H S L
Decimal 1 44 203 1.00 0.78 0 0.20 227.23 0.99 0.4
Hex 1 2C CB 64 4E 0 14 E3 63 28
Octal 1 54 313 144 116 0 24 343 143 50
Binary 1 101100 11001011 1100100 1001110 0 10100 11100011 1100011 101000

Color Harmonies of #012CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012CCB

Black with #012CCB

Text Example


Text Example

White with #012CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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