#0C5DD3

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

Shades of Navy Blue #0C5DD3

Tints of Navy Blue #0C5DD3

Color information

#0C5DD3 (or 0x0C5DD3) is unknown color: approx Navy Blue. HEX triplet: 0C, 5D and D3. RGB value is (12,93,211). Sum of RGB (Red+Green+Blue) = 12+93+211=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 211 (82.81% from 255 or 66.77% from 316); Max value from RGB is 211 - color contains mainly: blue. Hex color #0C5DD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5DD3 is #F3A22C. Grayscale: #515151. Windows color (decimal): -15966765 or 13851916. OLE color: 13851916.

HSL color Cylindrical-coordinate representation of color #0C5DD3: hue angle of 215.58º 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 #0C5DD3 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1293211-
CMYK0.940.5600.17
HSL215.58º89.24%43.73%-
HSV(B)215.58º94.31%82.75%-
XYZ15.8212.6163.23-
YUV82.23200.6677.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.80%
GREEN value IS 93 (36.72% from 255) = 29.43%
BLUE value IS 211 (82.81% from 255) = 66.77%
R=3.80%
G=29.43%
B=66.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal12932110.940.5600.17215.5889.2443.73
HexC5DD35E38011d8592c
Octal141353231367002133013154
Binary11001011101110100111011110111000010001110110001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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