#0C2BDD

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

Shades of Persian Blue #0C2BDD

Tints of Persian Blue #0C2BDD

Color information

#0C2BDD (or 0x0C2BDD) is unknown color: approx Persian Blue. HEX triplet: 0C, 2B and DD. RGB value is (12,43,221). Sum of RGB (Red+Green+Blue) = 12+43+221=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 221 (86.72% from 255 or 80.07% from 276); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C2BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C2BDD is #F3D422. Grayscale: #353535. Windows color (decimal): -15979555 or 14494476. OLE color: 14494476.

HSL color Cylindrical-coordinate representation of color #0C2BDD: hue angle of 231.1º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C2BDD is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1243221-
CMYK0.950.8100.13
HSL231.1º89.7%45.69%-
HSV(B)231.1º94.57%86.67%-
XYZ14.077.0369.02-
YUV54.02222.2398.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.35%
GREEN value IS 43 (17.19% from 255) = 15.58%
BLUE value IS 221 (86.72% from 255) = 80.07%
R=4.35%
G=15.58%
B=80.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12432210.950.8100.13231.189.745.69
HexC2BDD5F510De75a2e
Octal145333513712101534713256
Binary1100101011110111011011111101000101101111001111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,43,221); }

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

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

 a { background-color: rgb(12,43,221); }

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

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

 span { border-color: rgb(12,43,221); }

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