#0D0066

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

Shades of Navy #0D0066

Tints of Navy #0D0066

Color information

#0D0066 (or 0x0D0066) is unknown color: approx Navy. HEX triplet: 0D, 00 and 66. RGB value is (13,0,102). Sum of RGB (Red+Green+Blue) = 13+0+102=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 102 (40.23% from 255 or 88.70% from 115); Max value from RGB is 102 - color contains mainly: blue. Hex color #0D0066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0066 is #F2FF99. Grayscale: #0F0F0F. Windows color (decimal): -15925146 or 6684685. OLE color: 6684685.

HSL color Cylindrical-coordinate representation of color #0D0066: hue angle of 247.65º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D0066 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB130102-
CMYK0.87100.6
HSL247.65º100%20%-
HSV(B)247.65º100%40%-
XYZ2.561.0412.64-
YUV15.52176.81126.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 88.70%
R=11.30%
G=0%
B=88.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1301020.87100.6247.6510020
HexD066576403Cf86414
Octal15014612714407437014424
Binary11010110011010101111100100011110011111000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,0,102); }

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

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

 a { background-color: rgb(13,0,102); }

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

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

 span { border-color: rgb(13,0,102); }

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