#0D67DF

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

Shades of Navy Blue #0D67DF

Tints of Navy Blue #0D67DF

Color information

#0D67DF (or 0x0D67DF) is unknown color: approx Navy Blue. HEX triplet: 0D, 67 and DF. RGB value is (13,103,223). Sum of RGB (Red+Green+Blue) = 13+103+223=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #0D67DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D67DF is #F29820. Grayscale: #595959. Windows color (decimal): -15898657 or 14640909. OLE color: 14640909.

HSL color Cylindrical-coordinate representation of color #0D67DF: hue angle of 214.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D67DF is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13103223-
CMYK0.940.5400.13
HSL214.29º88.98%46.27%-
HSV(B)214.29º94.17%87.45%-
XYZ18.3415.1171.76-
YUV89.77203.1873.24-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.83%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 223 (87.5% from 255) = 65.78%
R=3.83%
G=30.38%
B=65.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal131032230.940.5400.13214.2988.9846.27
HexD67DF5E360Dd6592e
Octal151473371366601532613156
Binary1101110011111011111101111011011001101110101101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D67DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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