#0B037F

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

Shades of Navy #0B037F

Tints of Navy #0B037F

Color information

#0B037F (or 0x0B037F) is unknown color: approx Navy. HEX triplet: 0B, 03 and 7F. RGB value is (11,3,127). Sum of RGB (Red+Green+Blue) = 11+3+127=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 127 (50% from 255 or 90.07% from 141); Max value from RGB is 127 - color contains mainly: blue. Hex color #0B037F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B037F is #F4FC80. Grayscale: #131313. Windows color (decimal): -16055425 or 8323851. OLE color: 8323851.

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

Color convert

RGB113127-
CMYK0.910.9800.50
HSL243.87º95.38%25.49%-
HSV(B)243.87º97.64%49.8%-
XYZ41.6720.19-
YUV19.53188.65121.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.80%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 127 (50% from 255) = 90.07%
R=7.80%
G=2.13%
B=90.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131270.910.9800.50243.8795.3825.49
HexB37F5B62032f45f19
Octal13317713314206236413731
Binary101111111111110110111100010011001011110100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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