Html Css Color HEX #0B0178 Navy

📋 copy color: '#0B0178'

red 11 ◦ green 1 ◦ blue 120

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

Shades of Navy #0B0178

Tints of Navy #0B0178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

 BLUE value IS 120 (47.27% from 255) = 90.91%

R = 8.33%
G = 0.76%
B = 90.91%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0B0178 (or 0x0B0178) is known color: Navy. HEX triplet: 0B, 01 and 78. RGB value is (11,1,120). Sum of RGB (Red+Green+Blue) = 11+1+120=132 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.33% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 120 (47.27% from 255 or 90.91% from 132); Max value from RGB is 120 - color contains mainly: blue. Hex color #0B0178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0178 is #F4FE87. Grayscale: #111111. Windows color (decimal): -16055944 or 7864587. OLE color: 7864587.

HSL color Cylindrical-coordinate representation of color #0B0178: hue angle of 245.04º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B0178 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 11 1 120 -
CMYK 0.91 0.99 0 0.53
HSL 245.04º 0.98% 0.24% -
HSV(B) 245.04º 0.99% 0.47% -
XYZ 3.54 1.45 17.86 -
YUV 17.56 185.81 123.32 -
System Red Green Blue C M Y K H S L
Decimal 11 1 120 0.91 0.99 0 0.53 245.04 0.98 0.24
Hex B 1 78 5B 63 0 35 F5 62 18
Octal 13 1 170 133 143 0 65 365 142 30
Binary 1011 1 1111000 1011011 1100011 0 110101 11110101 1100010 11000

Color Harmonies of #0B0178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0178

Black with #0B0178

Text Example


Text Example

White with #0B0178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,1,120); }

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

background-color css

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

 a { background-color: rgb(11,1,120); }

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

border-color css

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

 span { border-color: rgb(11,1,120); }

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