#0D67CD

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

Shades of Navy Blue #0D67CD

Tints of Navy Blue #0D67CD

Color information

#0D67CD (or 0x0D67CD) is unknown color: approx Navy Blue. HEX triplet: 0D, 67 and CD. RGB value is (13,103,205). Sum of RGB (Red+Green+Blue) = 13+103+205=321 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.05% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #0D67CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D67CD is #F29832. Grayscale: #575757. Windows color (decimal): -15898675 or 13461261. OLE color: 13461261.

HSL color Cylindrical-coordinate representation of color #0D67CD: hue angle of 211.88º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D67CD is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB13103205-
CMYK0.940.5000.20
HSL211.88º88.07%42.75%-
HSV(B)211.88º93.66%80.39%-
XYZ16.0414.1959.65-
YUV87.72194.1874.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.05%
GREEN value IS 103 (40.62% from 255) = 32.09%
BLUE value IS 205 (80.47% from 255) = 63.86%
R=4.05%
G=32.09%
B=63.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal131032050.940.5000.20211.8888.0742.75
HexD67CD5E32014d4582b
Octal151473151366202432413053
Binary11011100111110011011011110110010010100110101001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D67CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,103,205); }

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

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

 a { background-color: rgb(13,103,205); }

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

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

 span { border-color: rgb(13,103,205); }

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