Html Css Color HEX #0B0372 Navy

📋 copy color: '#0B0372'

red 11 ◦ green 3 ◦ blue 114

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

Shades of Navy #0B0372

Tints of Navy #0B0372

RGB

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

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

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

R = 8.59%
G = 2.34%
B = 89.06%

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

#0B0372 (or 0x0B0372) is known color: Navy. HEX triplet: 0B, 03 and 72. RGB value is (11,3,114). Sum of RGB (Red+Green+Blue) = 11+3+114=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 114 (44.92% from 255 or 89.06% from 128); Max value from RGB is 114 - color contains mainly: blue. Hex color #0B0372 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0372 is #F4FC8D. Grayscale: #111111. Windows color (decimal): -16055438 or 7471883. OLE color: 7471883.

HSL color Cylindrical-coordinate representation of color #0B0372: hue angle of 244.32º 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 #0B0372 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 11 3 114 -
CMYK 0.90 0.97 0 0.55
HSL 244.32º 0.95% 0.23% -
HSV(B) 244.32º 0.97% 0.45% -
XYZ 3.21 1.35 16.01 -
YUV 18.05 182.15 122.97 -
System Red Green Blue C M Y K H S L
Decimal 11 3 114 0.90 0.97 0 0.55 244.32 0.95 0.23
Hex B 3 72 5A 61 0 37 F4 5F 17
Octal 13 3 162 132 141 0 67 364 137 27
Binary 1011 11 1110010 1011010 1100001 0 110111 11110100 1011111 10111

Color Harmonies of #0B0372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0372

Black with #0B0372

Text Example


Text Example

White with #0B0372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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