Html Css Color HEX #0646DB Navy Blue

📋 copy color: '#0646DB'

red 6 ◦ green 70 ◦ blue 219

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

Shades of Navy Blue #0646DB

Tints of Navy Blue #0646DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.73%

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

R = 2.03%
G = 23.73%
B = 74.24%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0646DB (or 0x0646DB) is known color: Navy Blue. HEX triplet: 06, 46 and DB. RGB value is (6,70,219). Sum of RGB (Red+Green+Blue) = 6+70+219=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #0646DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0646DB is #F9B924. Grayscale: #434343. Windows color (decimal): -16365861 or 14370310. OLE color: 14370310.

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

Color convert

RGB 6 70 219 -
CMYK 0.97 0.68 0 0.14
HSL 221.97º 0.95% 0.44% -
HSV(B) 221.97º 0.97% 0.86% -
XYZ 15.05 9.53 68.06 -
YUV 67.85 213.3 83.88 -
System Red Green Blue C M Y K H S L
Decimal 6 70 219 0.97 0.68 0 0.14 221.97 0.95 0.44
Hex 6 46 DB 61 44 0 E DE 5F 2C
Octal 6 106 333 141 104 0 16 336 137 54
Binary 110 1000110 11011011 1100001 1000100 0 1110 11011110 1011111 101100

Color Harmonies of #0646DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0646DB

Black with #0646DB

Text Example


Text Example

White with #0646DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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