#0B037A

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

Shades of Navy #0B037A

Tints of Navy #0B037A

Color information

#0B037A (or 0x0B037A) is unknown color: approx Navy. HEX triplet: 0B, 03 and 7A. RGB value is (11,3,122). Sum of RGB (Red+Green+Blue) = 11+3+122=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 122 (48.05% from 255 or 89.71% from 136); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B037A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B037A is #F4FC85. Grayscale: #121212. Windows color (decimal): -16055430 or 7996171. OLE color: 7996171.

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

Color convert

RGB113122-
CMYK0.910.9800.52
HSL244.03º95.2%24.51%-
HSV(B)244.03º97.54%47.84%-
XYZ3.681.5418.52-
YUV18.96186.15122.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.09%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 122 (48.05% from 255) = 89.71%
R=8.09%
G=2.21%
B=89.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1131220.910.9800.52244.0395.224.51
HexB37A5B62034f45f19
Octal13317213314206436413731
Binary101111111101010110111100010011010011110100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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