Html Css Color HEX #0B0373 Navy

📋 copy color: '#0B0373'

red 11 ◦ green 3 ◦ blue 115

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

Shades of Navy #0B0373

Tints of Navy #0B0373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.33%

 BLUE value IS 115 (45.31% from 255) = 89.15%

R = 8.53%
G = 2.33%
B = 89.15%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0B0373 (or 0x0B0373) is known color: Navy. HEX triplet: 0B, 03 and 73. RGB value is (11,3,115). Sum of RGB (Red+Green+Blue) = 11+3+115=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 115 (45.31% from 255 or 89.15% from 129); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B0373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0373 is #F4FC8C. Grayscale: #111111. Windows color (decimal): -16055437 or 7537419. OLE color: 7537419.

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

Color convert

RGB 11 3 115 -
CMYK 0.90 0.97 0 0.55
HSL 244.29º 0.95% 0.23% -
HSV(B) 244.29º 0.97% 0.45% -
XYZ 3.27 1.37 16.31 -
YUV 18.16 182.65 122.89 -
System Red Green Blue C M Y K H S L
Decimal 11 3 115 0.90 0.97 0 0.55 244.29 0.95 0.23
Hex B 3 73 5A 61 0 37 F4 5F 17
Octal 13 3 163 132 141 0 67 364 137 27
Binary 1011 11 1110011 1011010 1100001 0 110111 11110100 1011111 10111

Color Harmonies of #0B0373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0373

Black with #0B0373

Text Example


Text Example

White with #0B0373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,3,115); }

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

background-color css

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

 a { background-color: rgb(11,3,115); }

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

border-color css

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

 span { border-color: rgb(11,3,115); }

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