Html Css Color HEX #0B72BE Navy Blue

📋 copy color: '#0B72BE'

red 11 ◦ green 114 ◦ blue 190

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

Shades of Navy Blue #0B72BE

Tints of Navy Blue #0B72BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

 BLUE value IS 190 (74.61% from 255) = 60.32%

R = 3.49%
G = 36.19%
B = 60.32%

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

#0B72BE (or 0x0B72BE) is known color: Navy Blue. HEX triplet: 0B, 72 and BE. RGB value is (11,114,190). Sum of RGB (Red+Green+Blue) = 11+114+190=315 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.49% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B72BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B72BE is #F48D41. Grayscale: #5B5B5B. Windows color (decimal): -16026946 or 12481035. OLE color: 12481035.

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

Color convert

RGB 11 114 190 -
CMYK 0.94 0.40 0 0.25
HSL 205.47º 0.89% 0.39% -
HSV(B) 205.47º 0.94% 0.75% -
XYZ 15.45 15.82 50.96 -
YUV 91.87 183.38 70.32 -
System Red Green Blue C M Y K H S L
Decimal 11 114 190 0.94 0.40 0 0.25 205.47 0.89 0.39
Hex B 72 BE 5E 28 0 19 CD 59 27
Octal 13 162 276 136 50 0 31 315 131 47
Binary 1011 1110010 10111110 1011110 101000 0 11001 11001101 1011001 100111

Color Harmonies of #0B72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B72BE

Black with #0B72BE

Text Example


Text Example

White with #0B72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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