Html Css Color HEX #0650DB Navy Blue

📋 copy color: '#0650DB'

red 6 ◦ green 80 ◦ blue 219

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

Shades of Navy Blue #0650DB

Tints of Navy Blue #0650DB

RGB

 RED value IS 6 (2.73% from 255) = 1.97%

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

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

R = 1.97%
G = 26.23%
B = 71.8%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0650DB (or 0x0650DB) is known color: Navy Blue. HEX triplet: 06, 50 and DB. RGB value is (6,80,219). Sum of RGB (Red+Green+Blue) = 6+80+219=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #0650DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0650DB is #F9AF24. Grayscale: #494949. Windows color (decimal): -16363301 or 14372870. OLE color: 14372870.

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

Color convert

RGB 6 80 219 -
CMYK 0.97 0.63 0 0.14
HSL 219.15º 0.95% 0.44% -
HSV(B) 219.15º 0.97% 0.86% -
XYZ 15.73 10.89 68.29 -
YUV 73.72 209.98 79.7 -
System Red Green Blue C M Y K H S L
Decimal 6 80 219 0.97 0.63 0 0.14 219.15 0.95 0.44
Hex 6 50 DB 61 3F 0 E DB 5F 2C
Octal 6 120 333 141 77 0 16 333 137 54
Binary 110 1010000 11011011 1100001 111111 0 1110 11011011 1011111 101100

Color Harmonies of #0650DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0650DB

Black with #0650DB

Text Example


Text Example

White with #0650DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0650DB; }

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

 H1.HeaderClassName
 {
   color: #0650DB;
 }
 .AnyTagClassName
 {
   color: #0650DB;
 }
</style>

background-color css

<style>
 a { background-color: #0650DB; }

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

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

border-color css

<style>
 span { border-color: #0650DB; }

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

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