#0D016B

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

Shades of Navy #0D016B

Tints of Navy #0D016B

Color information

#0D016B (or 0x0D016B) is unknown color: approx Navy. HEX triplet: 0D, 01 and 6B. RGB value is (13,1,107). Sum of RGB (Red+Green+Blue) = 13+1+107=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 107 (42.19% from 255 or 88.43% from 121); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D016B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D016B is #F2FE94. Grayscale: #101010. Windows color (decimal): -15924885 or 7012621. OLE color: 7012621.

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

Color convert

RGB131107-
CMYK0.880.9900.58
HSL246.79º98.15%21.18%-
HSV(B)246.79º99.07%41.96%-
XYZ2.831.1713.99-
YUV16.67178.98125.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.74%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 107 (42.19% from 255) = 88.43%
R=10.74%
G=0.83%
B=88.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1311070.880.9900.58246.7998.1521.18
HexD16B586303Af76215
Octal15115313014307236714225
Binary11011110101110110001100011011101011110111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,1,107); }

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

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

 a { background-color: rgb(13,1,107); }

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

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

 span { border-color: rgb(13,1,107); }

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