Html Css Color HEX #0B0573 Navy

📋 copy color: '#0B0573'

red 11 ◦ green 5 ◦ blue 115

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

Shades of Navy #0B0573

Tints of Navy #0B0573

RGB

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

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

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

R = 8.4%
G = 3.82%
B = 87.79%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0B0573 (or 0x0B0573) is known color: Navy. HEX triplet: 0B, 05 and 73. RGB value is (11,5,115). Sum of RGB (Red+Green+Blue) = 11+5+115=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 115 (45.31% from 255 or 87.79% from 131); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B0573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0573 is #F4FA8C. Grayscale: #121212. Windows color (decimal): -16054925 or 7537931. OLE color: 7537931.

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

Color convert

RGB 11 5 115 -
CMYK 0.90 0.96 0 0.55
HSL 243.27º 0.92% 0.24% -
HSV(B) 243.27º 0.96% 0.45% -
XYZ 3.29 1.42 16.32 -
YUV 19.33 181.99 122.06 -
System Red Green Blue C M Y K H S L
Decimal 11 5 115 0.90 0.96 0 0.55 243.27 0.92 0.24
Hex B 5 73 5A 60 0 37 F3 5C 18
Octal 13 5 163 132 140 0 67 363 134 30
Binary 1011 101 1110011 1011010 1100000 0 110111 11110011 1011100 11000

Color Harmonies of #0B0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0573

Black with #0B0573

Text Example


Text Example

White with #0B0573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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