Html Css Color HEX #0B0174 Navy

📋 copy color: '#0B0174'

red 11 ◦ green 1 ◦ blue 116

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

Shades of Navy #0B0174

Tints of Navy #0B0174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 90.63%

R = 8.59%
G = 0.78%
B = 90.63%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0B0174 (or 0x0B0174) is known color: Navy. HEX triplet: 0B, 01 and 74. RGB value is (11,1,116). Sum of RGB (Red+Green+Blue) = 11+1+116=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 116 (45.70% from 255 or 90.62% from 128); Max value from RGB is 116 - color contains mainly: blue. Hex color #0B0174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0174 is #F4FE8B. Grayscale: #101010. Windows color (decimal): -16055948 or 7602443. OLE color: 7602443.

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

Color convert

RGB 11 1 116 -
CMYK 0.91 0.99 0 0.55
HSL 245.22º 0.98% 0.23% -
HSV(B) 245.22º 0.99% 0.45% -
XYZ 3.3 1.35 16.61 -
YUV 17.1 183.81 123.65 -
System Red Green Blue C M Y K H S L
Decimal 11 1 116 0.91 0.99 0 0.55 245.22 0.98 0.23
Hex B 1 74 5B 63 0 37 F5 62 17
Octal 13 1 164 133 143 0 67 365 142 27
Binary 1011 1 1110100 1011011 1100011 0 110111 11110101 1100010 10111

Color Harmonies of #0B0174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0174

Black with #0B0174

Text Example


Text Example

White with #0B0174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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