#012CD8

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

Shades of Persian Blue #012CD8

Tints of Persian Blue #012CD8

Color information

#012CD8 (or 0x012CD8) is unknown color: approx Persian Blue. HEX triplet: 01, 2C and D8. RGB value is (1,44,216). Sum of RGB (Red+Green+Blue) = 1+44+216=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 216 (84.77% from 255 or 82.76% from 261); Max value from RGB is 216 - color contains mainly: blue. Hex color #012CD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012CD8 is #FED327. Grayscale: #323232. Windows color (decimal): -16700200 or 14167041. OLE color: 14167041.

HSL color Cylindrical-coordinate representation of color #012CD8: hue angle of 228º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012CD8 is Cyan = 1.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144216-
CMYK1.000.8000.15
HSL228º99.08%42.55%-
HSV(B)228º99.54%84.71%-
XYZ13.316.7765.57-
YUV50.75221.2592.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.38%
GREEN value IS 44 (17.58% from 255) = 16.86%
BLUE value IS 216 (84.77% from 255) = 82.76%
R=0.38%
G=16.86%
B=82.76%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442161.000.8000.1522899.0842.55
Hex12CD864500Fe4632b
Octal15433014412001734414353
Binary1101100110110001100100101000001111111001001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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