#0C4DDD

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

Shades of Navy Blue #0C4DDD

Tints of Navy Blue #0C4DDD

Color information

#0C4DDD (or 0x0C4DDD) is unknown color: approx Navy Blue. HEX triplet: 0C, 4D and DD. RGB value is (12,77,221). Sum of RGB (Red+Green+Blue) = 12+77+221=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 221 (86.72% from 255 or 71.29% from 310); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C4DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C4DDD is #F3B222. Grayscale: #494949. Windows color (decimal): -15970851 or 14503180. OLE color: 14503180.

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

Color convert

RGB1277221-
CMYK0.950.6500.13
HSL221.34º89.7%45.69%-
HSV(B)221.34º94.57%86.67%-
XYZ15.8610.6169.62-
YUV73.98210.9783.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.87%
GREEN value IS 77 (30.47% from 255) = 24.84%
BLUE value IS 221 (86.72% from 255) = 71.29%
R=3.87%
G=24.84%
B=71.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12772210.950.6500.13221.3489.745.69
HexC4DDD5F410Ddd5a2e
Octal1411533513710101533513256
Binary11001001101110111011011111100000101101110111011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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