#012DCD

Color #012DCD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #012DCD

Tints of Persian Blue #012DCD

Color information

#012DCD (or 0x012DCD) is unknown color: approx Persian Blue. HEX triplet: 01, 2D and CD. RGB value is (1,45,205). Sum of RGB (Red+Green+Blue) = 1+45+205=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 205 (80.47% from 255 or 81.67% from 251); Max value from RGB is 205 - color contains mainly: blue. Hex color #012DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012DCD is #FED232. Grayscale: #313131. Windows color (decimal): -16699955 or 13446401. OLE color: 13446401.

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

Color convert

RGB145205-
CMYK1.000.7800.20
HSL227.06º99.03%40.39%-
HSV(B)227.06º99.51%80.39%-
XYZ11.976.2958.34-
YUV50.08215.4292.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 45 (17.97% from 255) = 17.93%
BLUE value IS 205 (80.47% from 255) = 81.67%
R=0.40%
G=17.93%
B=81.67%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1452051.000.7800.20227.0699.0340.39
Hex12DCD644E014e36328
Octal15531514411602434314350
Binary11011011100110111001001001110010100111000111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #012DCD;
 }
 .AnyTagClassName
 {
   color: #012DCD;
 }
</style>
background-color css

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

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

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

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

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

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