Html Css Color HEX #0654DA Navy Blue

📋 copy color: '#0654DA'

red 6 ◦ green 84 ◦ blue 218

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

Shades of Navy Blue #0654DA

Tints of Navy Blue #0654DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 70.78%

R = 1.95%
G = 27.27%
B = 70.78%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0654DA (or 0x0654DA) is known color: Navy Blue. HEX triplet: 06, 54 and DA. RGB value is (6,84,218). Sum of RGB (Red+Green+Blue) = 6+84+218=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 218 (85.55% from 255 or 70.78% from 308); Max value from RGB is 218 - color contains mainly: blue. Hex color #0654DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0654DA is #F9AB25. Grayscale: #4B4B4B. Windows color (decimal): -16362278 or 14308358. OLE color: 14308358.

HSL color Cylindrical-coordinate representation of color #0654DA: hue angle of 217.92º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0654DA is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 84 218 -
CMYK 0.97 0.61 0 0.15
HSL 217.92º 0.95% 0.44% -
HSV(B) 217.92º 0.97% 0.85% -
XYZ 15.9 11.44 67.7 -
YUV 75.95 208.16 78.1 -
System Red Green Blue C M Y K H S L
Decimal 6 84 218 0.97 0.61 0 0.15 217.92 0.95 0.44
Hex 6 54 DA 61 3D 0 F DA 5F 2C
Octal 6 124 332 141 75 0 17 332 137 54
Binary 110 1010100 11011010 1100001 111101 0 1111 11011010 1011111 101100

Color Harmonies of #0654DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0654DA

Black with #0654DA

Text Example


Text Example

White with #0654DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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