#0C5ED1

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

Shades of Navy Blue #0C5ED1

Tints of Navy Blue #0C5ED1

Color information

#0C5ED1 (or 0x0C5ED1) is unknown color: approx Navy Blue. HEX triplet: 0C, 5E and D1. RGB value is (12,94,209). Sum of RGB (Red+Green+Blue) = 12+94+209=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 209 (82.03% from 255 or 66.35% from 315); Max value from RGB is 209 - color contains mainly: blue. Hex color #0C5ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5ED1 is #F3A12E. Grayscale: #525252. Windows color (decimal): -15966511 or 13721100. OLE color: 13721100.

HSL color Cylindrical-coordinate representation of color #0C5ED1: hue angle of 215.03º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C5ED1 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1294209-
CMYK0.940.5500.18
HSL215.03º89.14%43.33%-
HSV(B)215.03º94.26%81.96%-
XYZ15.6612.6961.94-
YUV82.59199.3377.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.81%
GREEN value IS 94 (37.11% from 255) = 29.84%
BLUE value IS 209 (82.03% from 255) = 66.35%
R=3.81%
G=29.84%
B=66.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12942090.940.5500.18215.0389.1443.33
HexC5ED15E37012d7592b
Octal141363211366702232713153
Binary11001011110110100011011110110111010010110101111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,94,209); }

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

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

 a { background-color: rgb(12,94,209); }

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

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

 span { border-color: rgb(12,94,209); }

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