#0B067A

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

Shades of Navy #0B067A

Tints of Navy #0B067A

Color information

#0B067A (or 0x0B067A) is unknown color: approx Navy. HEX triplet: 0B, 06 and 7A. RGB value is (11,6,122). Sum of RGB (Red+Green+Blue) = 11+6+122=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 122 (48.05% from 255 or 87.77% from 139); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B067A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B067A is #F4F985. Grayscale: #141414. Windows color (decimal): -16054662 or 7996939. OLE color: 7996939.

HSL color Cylindrical-coordinate representation of color #0B067A: hue angle of 242.59º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B067A is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB116122-
CMYK0.910.9500.52
HSL242.59º90.62%25.1%-
HSV(B)242.59º95.08%47.84%-
XYZ3.721.6118.53-
YUV20.72185.16121.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.91%
GREEN value IS 6 (2.73% from 255) = 4.32%
BLUE value IS 122 (48.05% from 255) = 87.77%
R=7.91%
G=4.32%
B=87.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1161220.910.9500.52242.5990.6225.1
HexB67A5B5F034f35b19
Octal13617213313706436313331
Binary1011110111101010110111011111011010011110011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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