Html Css Color HEX #0648DC Navy Blue

📋 copy color: '#0648DC'

red 6 ◦ green 72 ◦ blue 220

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

Shades of Navy Blue #0648DC

Tints of Navy Blue #0648DC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.16%

 BLUE value IS 220 (86.33% from 255) = 73.83%

R = 2.01%
G = 24.16%
B = 73.83%

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

#0648DC (or 0x0648DC) is known color: Navy Blue. HEX triplet: 06, 48 and DC. RGB value is (6,72,220). Sum of RGB (Red+Green+Blue) = 6+72+220=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 220 (86.33% from 255 or 73.83% from 298); Max value from RGB is 220 - color contains mainly: blue. Hex color #0648DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0648DC is #F9B723. Grayscale: #444444. Windows color (decimal): -16365348 or 14436358. OLE color: 14436358.

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

Color convert

RGB 6 72 220 -
CMYK 0.97 0.67 0 0.14
HSL 221.5º 0.95% 0.44% -
HSV(B) 221.5º 0.97% 0.86% -
XYZ 15.31 9.84 68.8 -
YUV 69.14 213.13 82.97 -
System Red Green Blue C M Y K H S L
Decimal 6 72 220 0.97 0.67 0 0.14 221.5 0.95 0.44
Hex 6 48 DC 61 43 0 E DD 5F 2C
Octal 6 110 334 141 103 0 16 335 137 54
Binary 110 1001000 11011100 1100001 1000011 0 1110 11011101 1011111 101100

Color Harmonies of #0648DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0648DC

Black with #0648DC

Text Example


Text Example

White with #0648DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0648DC; }

 p { color: rgb(6,72,220); }

 H1.HeaderClassName
 {
   color: #0648DC;
 }
 .AnyTagClassName
 {
   color: #0648DC;
 }
</style>

background-color css

<style>
 a { background-color: #0648DC; }

 a { background-color: rgb(6,72,220); }

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

border-color css

<style>
 span { border-color: #0648DC; }

 span { border-color: rgb(6,72,220); }

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