#0D6CCA

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

Shades of Navy Blue #0D6CCA

Tints of Navy Blue #0D6CCA

Color information

#0D6CCA (or 0x0D6CCA) is unknown color: approx Navy Blue. HEX triplet: 0D, 6C and CA. RGB value is (13,108,202). Sum of RGB (Red+Green+Blue) = 13+108+202=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D6CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6CCA is #F29335. Grayscale: #595959. Windows color (decimal): -15897398 or 13265933. OLE color: 13265933.

HSL color Cylindrical-coordinate representation of color #0D6CCA: hue angle of 209.84º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D6CCA is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13108202-
CMYK0.940.4700.21
HSL209.84º87.91%42.16%-
HSV(B)209.84º93.56%79.22%-
XYZ16.1915.0757.93-
YUV90.31191.0372.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.02%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 202 (79.30% from 255) = 62.54%
R=4.02%
G=33.44%
B=62.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal131082020.940.4700.21209.8487.9142.16
HexD6CCA5E2F015d2582a
Octal151543121365702532213052
Binary11011101100110010101011110101111010101110100101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,108,202); }

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

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

 a { background-color: rgb(13,108,202); }

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

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

 span { border-color: rgb(13,108,202); }

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