#0B107D

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

Shades of Navy #0B107D

Tints of Navy #0B107D

Color information

#0B107D (or 0x0B107D) is unknown color: approx Navy. HEX triplet: 0B, 10 and 7D. RGB value is (11,16,125). Sum of RGB (Red+Green+Blue) = 11+16+125=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 125 (49.22% from 255 or 82.24% from 152); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B107D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B107D is #F4EF82. Grayscale: #1A1A1A. Windows color (decimal): -16052099 or 8196107. OLE color: 8196107.

HSL color Cylindrical-coordinate representation of color #0B107D: hue angle of 237.37º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B107D is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1116125-
CMYK0.910.8700.51
HSL237.37º83.82%26.67%-
HSV(B)237.37º91.2%49.02%-
XYZ4.021.9219.56-
YUV26.93183.34116.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.24%
GREEN value IS 16 (6.64% from 255) = 10.53%
BLUE value IS 125 (49.22% from 255) = 82.24%
R=7.24%
G=10.53%
B=82.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11161250.910.8700.51237.3783.8226.67
HexB107D5B57033ed541b
Octal132017513312706335512433
Binary101110000111110110110111010111011001111101101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B107D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,16,125); }

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

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

 a { background-color: rgb(11,16,125); }

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

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

 span { border-color: rgb(11,16,125); }

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