#0C5FDD

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

Shades of Navy Blue #0C5FDD

Tints of Navy Blue #0C5FDD

Color information

#0C5FDD (or 0x0C5FDD) is unknown color: approx Navy Blue. HEX triplet: 0C, 5F and DD. RGB value is (12,95,221). Sum of RGB (Red+Green+Blue) = 12+95+221=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C5FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5FDD is #F3A022. Grayscale: #535353. Windows color (decimal): -15966243 or 14507788. OLE color: 14507788.

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

Color convert

RGB1295221-
CMYK0.950.5700.13
HSL216.17º89.7%45.69%-
HSV(B)216.17º94.57%86.67%-
XYZ17.2913.4870.1-
YUV84.5520576.25-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.66%
GREEN value IS 95 (37.5% from 255) = 28.96%
BLUE value IS 221 (86.72% from 255) = 67.38%
R=3.66%
G=28.96%
B=67.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12952210.950.5700.13216.1789.745.69
HexC5FDD5F390Dd85a2e
Octal141373351377101533013256
Binary1100101111111011101101111111100101101110110001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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