#0D7DCA

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

Shades of Navy Blue #0D7DCA

Tints of Navy Blue #0D7DCA

Color information

#0D7DCA (or 0x0D7DCA) is unknown color: approx Navy Blue. HEX triplet: 0D, 7D and CA. RGB value is (13,125,202). Sum of RGB (Red+Green+Blue) = 13+125+202=340 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.82% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D7DCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D7DCA is #F28235. Grayscale: #636363. Windows color (decimal): -15893046 or 13270285. OLE color: 13270285.

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

Color convert

RGB13125202-
CMYK0.940.3800.21
HSL204.44º87.91%42.16%-
HSV(B)204.44º93.56%79.22%-
XYZ18.1619.0258.59-
YUV100.29185.3965.74-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.82%
GREEN value IS 125 (49.22% from 255) = 36.76%
BLUE value IS 202 (79.30% from 255) = 59.41%
R=3.82%
G=36.76%
B=59.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal131252020.940.3800.21204.4487.9142.16
HexD7DCA5E26015cc582a
Octal151753121364602531413052
Binary11011111101110010101011110100110010101110011001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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