Html Css Color HEX #0B73BF Navy Blue

📋 copy color: '#0B73BF'

red 11 ◦ green 115 ◦ blue 191

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

Shades of Navy Blue #0B73BF

Tints of Navy Blue #0B73BF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.28%

 BLUE value IS 191 (75% from 255) = 60.25%

R = 3.47%
G = 36.28%
B = 60.25%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0B73BF (or 0x0B73BF) is known color: Navy Blue. HEX triplet: 0B, 73 and BF. RGB value is (11,115,191). Sum of RGB (Red+Green+Blue) = 11+115+191=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #0B73BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B73BF is #F48C40. Grayscale: #5C5C5C. Windows color (decimal): -16026689 or 12546827. OLE color: 12546827.

HSL color Cylindrical-coordinate representation of color #0B73BF: hue angle of 205.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B73BF is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 115 191 -
CMYK 0.94 0.40 0 0.25
HSL 205.33º 0.89% 0.4% -
HSV(B) 205.33º 0.94% 0.75% -
XYZ 15.67 16.09 51.57 -
YUV 92.57 183.54 69.82 -
System Red Green Blue C M Y K H S L
Decimal 11 115 191 0.94 0.40 0 0.25 205.33 0.89 0.4
Hex B 73 BF 5E 28 0 19 CD 59 28
Octal 13 163 277 136 50 0 31 315 131 50
Binary 1011 1110011 10111111 1011110 101000 0 11001 11001101 1011001 101000

Color Harmonies of #0B73BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B73BF

Black with #0B73BF

Text Example


Text Example

White with #0B73BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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