Html Css Color HEX #0B0572 Navy

📋 copy color: '#0B0572'

red 11 ◦ green 5 ◦ blue 114

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

Shades of Navy #0B0572

Tints of Navy #0B0572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 87.69%

R = 8.46%
G = 3.85%
B = 87.69%

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

#0B0572 (or 0x0B0572) is known color: Navy. HEX triplet: 0B, 05 and 72. RGB value is (11,5,114). Sum of RGB (Red+Green+Blue) = 11+5+114=130 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.46% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 114 (44.92% from 255 or 87.69% from 130); Max value from RGB is 114 - color contains mainly: blue. Hex color #0B0572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0572 is #F4FA8D. Grayscale: #121212. Windows color (decimal): -16054926 or 7472395. OLE color: 7472395.

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

Color convert

RGB 11 5 114 -
CMYK 0.90 0.96 0 0.55
HSL 243.3º 0.92% 0.23% -
HSV(B) 243.3º 0.96% 0.45% -
XYZ 3.23 1.39 16.02 -
YUV 19.22 181.49 122.14 -
System Red Green Blue C M Y K H S L
Decimal 11 5 114 0.90 0.96 0 0.55 243.3 0.92 0.23
Hex B 5 72 5A 60 0 37 F3 5C 17
Octal 13 5 162 132 140 0 67 363 134 27
Binary 1011 101 1110010 1011010 1100000 0 110111 11110011 1011100 10111

Color Harmonies of #0B0572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0572

Black with #0B0572

Text Example


Text Example

White with #0B0572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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