Html Css Color HEX #0B0576 Navy

📋 copy color: '#0B0576'

red 11 ◦ green 5 ◦ blue 118

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

Shades of Navy #0B0576

Tints of Navy #0B0576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 88.06%

R = 8.21%
G = 3.73%
B = 88.06%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0B0576 (or 0x0B0576) is known color: Navy. HEX triplet: 0B, 05 and 76. RGB value is (11,5,118). Sum of RGB (Red+Green+Blue) = 11+5+118=134 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.21% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 118 (46.48% from 255 or 88.06% from 134); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B0576 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0576 is #F4FA89. Grayscale: #131313. Windows color (decimal): -16054922 or 7734539. OLE color: 7734539.

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

Color convert

RGB 11 5 118 -
CMYK 0.91 0.96 0 0.54
HSL 243.19º 0.92% 0.24% -
HSV(B) 243.19º 0.96% 0.46% -
XYZ 3.46 1.49 17.24 -
YUV 19.68 183.49 121.81 -
System Red Green Blue C M Y K H S L
Decimal 11 5 118 0.91 0.96 0 0.54 243.19 0.92 0.24
Hex B 5 76 5B 60 0 36 F3 5C 18
Octal 13 5 166 133 140 0 66 363 134 30
Binary 1011 101 1110110 1011011 1100000 0 110110 11110011 1011100 11000

Color Harmonies of #0B0576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0576

Black with #0B0576

Text Example


Text Example

White with #0B0576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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