Html Css Color HEX #0649DB Navy Blue

📋 copy color: '#0649DB'

red 6 ◦ green 73 ◦ blue 219

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

Shades of Navy Blue #0649DB

Tints of Navy Blue #0649DB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.5%

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

R = 2.01%
G = 24.5%
B = 73.49%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0649DB (or 0x0649DB) is known color: Navy Blue. HEX triplet: 06, 49 and DB. RGB value is (6,73,219). Sum of RGB (Red+Green+Blue) = 6+73+219=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #0649DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0649DB is #F9B624. Grayscale: #444444. Windows color (decimal): -16365093 or 14371078. OLE color: 14371078.

HSL color Cylindrical-coordinate representation of color #0649DB: hue angle of 221.13º 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 #0649DB is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 73 219 -
CMYK 0.97 0.67 0 0.14
HSL 221.13º 0.95% 0.44% -
HSV(B) 221.13º 0.97% 0.86% -
XYZ 15.24 9.92 68.13 -
YUV 69.61 212.3 82.63 -
System Red Green Blue C M Y K H S L
Decimal 6 73 219 0.97 0.67 0 0.14 221.13 0.95 0.44
Hex 6 49 DB 61 43 0 E DD 5F 2C
Octal 6 111 333 141 103 0 16 335 137 54
Binary 110 1001001 11011011 1100001 1000011 0 1110 11011101 1011111 101100

Color Harmonies of #0649DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0649DB

Black with #0649DB

Text Example


Text Example

White with #0649DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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