#0C37DD

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

Shades of Persian Blue #0C37DD

Tints of Persian Blue #0C37DD

Color information

#0C37DD (or 0x0C37DD) is unknown color: approx Persian Blue. HEX triplet: 0C, 37 and DD. RGB value is (12,55,221). Sum of RGB (Red+Green+Blue) = 12+55+221=288 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.17% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C37DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C37DD is #F3C822. Grayscale: #3C3C3C. Windows color (decimal): -15976483 or 14497548. OLE color: 14497548.

HSL color Cylindrical-coordinate representation of color #0C37DD: hue angle of 227.66º 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 #0C37DD is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1255221-
CMYK0.950.7500.13
HSL227.66º89.7%45.69%-
HSV(B)227.66º94.57%86.67%-
XYZ14.578.0369.19-
YUV61.07218.2593-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.17%
GREEN value IS 55 (21.88% from 255) = 19.10%
BLUE value IS 221 (86.72% from 255) = 76.74%
R=4.17%
G=19.10%
B=76.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12552210.950.7500.13227.6689.745.69
HexC37DD5F4B0De45a2e
Octal146733513711301534413256
Binary1100110111110111011011111100101101101111001001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C37DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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