Html Css Color HEX #0B056E Navy

📋 copy color: '#0B056E'

red 11 ◦ green 5 ◦ blue 110

#0B056E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #0B056E

Tints of Navy #0B056E

RGB

 RED value IS 11 (4.69% from 255) = 8.73%

 GREEN value IS 5 (2.34% from 255) = 3.97%

 BLUE value IS 110 (43.36% from 255) = 87.3%

R = 8.73%
G = 3.97%
B = 87.3%

CMYK

 C value IS 0.9

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0B056E (or 0x0B056E) is known color: Navy. HEX triplet: 0B, 05 and 6E. RGB value is (11,5,110). Sum of RGB (Red+Green+Blue) = 11+5+110=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 110 (43.36% from 255 or 87.30% from 126); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B056E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B056E is #F4FA91. Grayscale: #121212. Windows color (decimal): -16054930 or 7210251. OLE color: 7210251.

HSL color Cylindrical-coordinate representation of color #0B056E: hue angle of 243.43º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B056E is Cyan = 0.9, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 11 5 110 -
CMYK 0.9 0.95 0 0.57
HSL 243.43º 0.91% 0.23% -
HSV(B) 243.43º 0.95% 0.43% -
XYZ 3.01 1.31 14.85 -
YUV 18.76 179.49 122.46 -
System Red Green Blue C M Y K H S L
Decimal 11 5 110 0.9 0.95 0 0.57 243.43 0.91 0.23
Hex B 5 6E 5A 5F 0 39 F3 5B 17
Octal 13 5 156 132 137 0 71 363 133 27
Binary 1011 101 1101110 1011010 1011111 0 111001 11110011 1011011 10111

Color Harmonies of #0B056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B056E

Black with #0B056E

Text Example


Text Example

White with #0B056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B056E;
 }
 .AnyTagClassName
 {
   color: #0B056E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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