Html Css Color HEX #0654DC Navy Blue

📋 copy color: '#0654DC'

red 6 ◦ green 84 ◦ blue 220

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

Shades of Navy Blue #0654DC

Tints of Navy Blue #0654DC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

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

R = 1.94%
G = 27.1%
B = 70.97%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0654DC (or 0x0654DC) is known color: Navy Blue. HEX triplet: 06, 54 and DC. RGB value is (6,84,220). Sum of RGB (Red+Green+Blue) = 6+84+220=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #0654DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0654DC is #F9AB23. Grayscale: #4B4B4B. Windows color (decimal): -16362276 or 14439430. OLE color: 14439430.

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

Color convert

RGB 6 84 220 -
CMYK 0.97 0.62 0 0.14
HSL 218.13º 0.95% 0.44% -
HSV(B) 218.13º 0.97% 0.86% -
XYZ 16.16 11.55 69.09 -
YUV 76.18 209.16 77.94 -
System Red Green Blue C M Y K H S L
Decimal 6 84 220 0.97 0.62 0 0.14 218.13 0.95 0.44
Hex 6 54 DC 61 3E 0 E DA 5F 2C
Octal 6 124 334 141 76 0 16 332 137 54
Binary 110 1010100 11011100 1100001 111110 0 1110 11011010 1011111 101100

Color Harmonies of #0654DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0654DC

Black with #0654DC

Text Example


Text Example

White with #0654DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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