#0B057E

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

Shades of Navy #0B057E

Tints of Navy #0B057E

Color information

#0B057E (or 0x0B057E) is unknown color: approx Navy. HEX triplet: 0B, 05 and 7E. RGB value is (11,5,126). Sum of RGB (Red+Green+Blue) = 11+5+126=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 126 (49.61% from 255 or 88.73% from 142); Max value from RGB is 126 - color contains mainly: blue. Hex color #0B057E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B057E is #F4FA81. Grayscale: #141414. Windows color (decimal): -16054914 or 8258827. OLE color: 8258827.

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

Color convert

RGB115126-
CMYK0.910.9600.51
HSL242.98º92.37%25.69%-
HSV(B)242.98º96.03%49.41%-
XYZ3.961.6919.86-
YUV20.59187.49121.16-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.75%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 126 (49.61% from 255) = 88.73%
R=7.75%
G=3.52%
B=88.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1151260.910.9600.51242.9892.3725.69
HexB57E5B60033f35c1a
Octal13517613314006336313432
Binary1011101111111010110111100000011001111110011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,5,126); }

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

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

 a { background-color: rgb(11,5,126); }

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

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

 span { border-color: rgb(11,5,126); }

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