#0B0672

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

Shades of Navy #0B0672

Tints of Navy #0B0672

Color information

#0B0672 (or 0x0B0672) is unknown color: approx Navy. HEX triplet: 0B, 06 and 72. RGB value is (11,6,114). Sum of RGB (Red+Green+Blue) = 11+6+114=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 114 (44.92% from 255 or 87.02% from 131); Max value from RGB is 114 - color contains mainly: blue. Hex color #0B0672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0672 is #F4F98D. Grayscale: #131313. Windows color (decimal): -16054670 or 7472651. OLE color: 7472651.

HSL color Cylindrical-coordinate representation of color #0B0672: hue angle of 242.78º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B0672 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB116114-
CMYK0.900.9500.55
HSL242.78º90%23.53%-
HSV(B)242.78º94.74%44.71%-
XYZ3.241.4216.02-
YUV19.81181.16121.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.40%
GREEN value IS 6 (2.73% from 255) = 4.58%
BLUE value IS 114 (44.92% from 255) = 87.02%
R=8.40%
G=4.58%
B=87.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161140.900.9500.55242.789023.53
HexB6725A5F037f35a18
Octal13616213213706736313230
Binary1011110111001010110101011111011011111110011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,6,114); }

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

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

 a { background-color: rgb(11,6,114); }

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

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

 span { border-color: rgb(11,6,114); }

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