Html Css Color HEX #0B50DB Navy Blue

📋 copy color: '#0B50DB'

red 11 ◦ green 80 ◦ blue 219

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

Shades of Navy Blue #0B50DB

Tints of Navy Blue #0B50DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.81%

 BLUE value IS 219 (85.94% from 255) = 70.65%

R = 3.55%
G = 25.81%
B = 70.65%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0B50DB (or 0x0B50DB) is known color: Navy Blue. HEX triplet: 0B, 50 and DB. RGB value is (11,80,219). Sum of RGB (Red+Green+Blue) = 11+80+219=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #0B50DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B50DB is #F4AF24. Grayscale: #4A4A4A. Windows color (decimal): -16035621 or 14372875. OLE color: 14372875.

HSL color Cylindrical-coordinate representation of color #0B50DB: hue angle of 220.1º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B50DB is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 11 80 219 -
CMYK 0.95 0.63 0 0.14
HSL 220.1º 0.9% 0.45% -
HSV(B) 220.1º 0.95% 0.86% -
XYZ 15.79 10.92 68.29 -
YUV 75.22 209.14 82.2 -
System Red Green Blue C M Y K H S L
Decimal 11 80 219 0.95 0.63 0 0.14 220.1 0.9 0.45
Hex B 50 DB 5F 3F 0 E DC 5A 2D
Octal 13 120 333 137 77 0 16 334 132 55
Binary 1011 1010000 11011011 1011111 111111 0 1110 11011100 1011010 101101

Color Harmonies of #0B50DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B50DB

Black with #0B50DB

Text Example


Text Example

White with #0B50DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,80,219); }

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

background-color css

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

 a { background-color: rgb(11,80,219); }

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

border-color css

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

 span { border-color: rgb(11,80,219); }

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