Html Css Color HEX #012DCB Persian Blue

📋 copy color: '#012DCB'

red 1 ◦ green 45 ◦ blue 203

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

Shades of Persian Blue #012DCB

Tints of Persian Blue #012DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.07%

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

R = 0.4%
G = 18.07%
B = 81.53%

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

#012DCB (or 0x012DCB) is known color: Persian Blue. HEX triplet: 01, 2D and CB. RGB value is (1,45,203). Sum of RGB (Red+Green+Blue) = 1+45+203=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 203 (79.69% from 255 or 81.53% from 249); Max value from RGB is 203 - color contains mainly: blue. Hex color #012DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DCB is #FED234. Grayscale: #313131. Windows color (decimal): -16699957 or 13315329. OLE color: 13315329.

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

Color convert

RGB 1 45 203 -
CMYK 1.00 0.78 0 0.20
HSL 226.93º 0.99% 0.4% -
HSV(B) 226.93º 1% 0.8% -
XYZ 11.73 6.2 57.08 -
YUV 49.86 214.42 93.15 -
System Red Green Blue C M Y K H S L
Decimal 1 45 203 1.00 0.78 0 0.20 226.93 0.99 0.4
Hex 1 2D CB 64 4E 0 14 E3 63 28
Octal 1 55 313 144 116 0 24 343 143 50
Binary 1 101101 11001011 1100100 1001110 0 10100 11100011 1100011 101000

Color Harmonies of #012DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012DCB

Black with #012DCB

Text Example


Text Example

White with #012DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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