Html Css Color HEX #0B0374 Navy

📋 copy color: '#0B0374'

red 11 ◦ green 3 ◦ blue 116

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

Shades of Navy #0B0374

Tints of Navy #0B0374

RGB

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

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

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

R = 8.46%
G = 2.31%
B = 89.23%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0B0374 (or 0x0B0374) is known color: Navy. HEX triplet: 0B, 03 and 74. RGB value is (11,3,116). Sum of RGB (Red+Green+Blue) = 11+3+116=130 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.46% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 116 (45.70% from 255 or 89.23% from 130); Max value from RGB is 116 - color contains mainly: blue. Hex color #0B0374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0374 is #F4FC8B. Grayscale: #111111. Windows color (decimal): -16055436 or 7602955. OLE color: 7602955.

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

Color convert

RGB 11 3 116 -
CMYK 0.91 0.97 0 0.55
HSL 244.25º 0.95% 0.23% -
HSV(B) 244.25º 0.97% 0.45% -
XYZ 3.32 1.4 16.62 -
YUV 18.27 183.15 122.81 -
System Red Green Blue C M Y K H S L
Decimal 11 3 116 0.91 0.97 0 0.55 244.25 0.95 0.23
Hex B 3 74 5B 61 0 37 F4 5F 17
Octal 13 3 164 133 141 0 67 364 137 27
Binary 1011 11 1110100 1011011 1100001 0 110111 11110100 1011111 10111

Color Harmonies of #0B0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0374

Black with #0B0374

Text Example


Text Example

White with #0B0374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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