#0c2dd6

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

Shades of Persian Blue #0C2DD6

Tints of Persian Blue #0C2DD6

Color information

#0C2DD6 (or 0x0C2DD6) is unknown color: approx Persian Blue. HEX triplet: 0C, 2D and D6. RGB value is (12,45,214). Sum of RGB (Red+Green+Blue) = 12+45+214=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 214 (83.98% from 255 or 78.97% from 271); Max value from RGB is 214 - color contains mainly: blue. Hex color #0C2DD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2DD6 is #F3D229. Grayscale: #353535. Windows color (decimal): -15979050 or 14036236. OLE color: 14036236.

HSL color Cylindrical-coordinate representation of color #0C2DD6: hue angle of 230.2º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C2DD6 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1245214-
CMYK0.940.7900.16
HSL230.2º89.38%44.31%-
HSV(B)230.2º94.39%83.92%-
XYZ13.236.8164.24-
YUV54.4218.0797.76-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.43%
GREEN value IS 45 (17.97% from 255) = 16.61%
BLUE value IS 214 (83.98% from 255) = 78.97%
R=4.43%
G=16.61%
B=78.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal12452140.940.7900.16230.289.3844.31
HexC2DD65E4F010e6592c
Octal145532613611702034613154
Binary11001011011101011010111101001111010000111001101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c2dd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0c2dd6; }

 p { color: rgb(12,45,214); }

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

<style>
 a { background-color: #0c2dd6; }

 a { background-color: rgb(12,45,214); }

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

<style>
 span { border-color: #0c2dd6; }

 span { border-color: rgb(12,45,214); }

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