#0C5BD3

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

Shades of Navy Blue #0C5BD3

Tints of Navy Blue #0C5BD3

Color information

#0C5BD3 (or 0x0C5BD3) is unknown color: approx Navy Blue. HEX triplet: 0C, 5B and D3. RGB value is (12,91,211). Sum of RGB (Red+Green+Blue) = 12+91+211=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 211 (82.81% from 255 or 67.20% from 314); Max value from RGB is 211 - color contains mainly: blue. Hex color #0C5BD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5BD3 is #F3A42C. Grayscale: #505050. Windows color (decimal): -15967277 or 13851404. OLE color: 13851404.

HSL color Cylindrical-coordinate representation of color #0C5BD3: hue angle of 216.18º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C5BD3 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1291211-
CMYK0.940.5700.17
HSL216.18º89.24%43.73%-
HSV(B)216.18º94.31%82.75%-
XYZ15.6512.2663.17-
YUV81.06201.3378.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.82%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 211 (82.81% from 255) = 67.20%
R=3.82%
G=28.98%
B=67.20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal12912110.940.5700.17216.1889.2443.73
HexC5BD35E39011d8592c
Octal141333231367102133013154
Binary11001011011110100111011110111001010001110110001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,91,211); }

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

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

 a { background-color: rgb(12,91,211); }

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

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

 span { border-color: rgb(12,91,211); }

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