Html Css Color HEX #1654E0 Navy Blue

📋 copy color: '#1654E0'

red 22 ◦ green 84 ◦ blue 224

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

Shades of Navy Blue #1654E0

Tints of Navy Blue #1654E0

RGB

 RED value IS 22 (8.98% from 255) = 6.67%

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

 BLUE value IS 224 (87.89% from 255) = 67.88%

R = 6.67%
G = 25.45%
B = 67.88%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1654E0 (or 0x1654E0) is known color: Navy Blue. HEX triplet: 16, 54 and E0. RGB value is (22,84,224). Sum of RGB (Red+Green+Blue) = 22+84+224=330 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.67% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 224 (87.89% from 255 or 67.88% from 330); Max value from RGB is 224 - color contains mainly: blue. Hex color #1654E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1654E0 is #E9AB1F. Grayscale: #505050. Windows color (decimal): -15313696 or 14701590. OLE color: 14701590.

HSL color Cylindrical-coordinate representation of color #1654E0: hue angle of 221.58º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1654E0 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 22 84 224 -
CMYK 0.90 0.62 0 0.12
HSL 221.58º 0.82% 0.48% -
HSV(B) 221.58º 0.9% 0.88% -
XYZ 16.96 11.89 71.92 -
YUV 81.42 208.46 85.62 -
System Red Green Blue C M Y K H S L
Decimal 22 84 224 0.90 0.62 0 0.12 221.58 0.82 0.48
Hex 16 54 E0 5A 3E 0 C DE 52 30
Octal 26 124 340 132 76 0 14 336 122 60
Binary 10110 1010100 11100000 1011010 111110 0 1100 11011110 1010010 110000

Color Harmonies of #1654E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1654E0

Black with #1654E0

Text Example


Text Example

White with #1654E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1654E0; }

 p { color: rgb(22,84,224); }

 H1.HeaderClassName
 {
   color: #1654E0;
 }
 .AnyTagClassName
 {
   color: #1654E0;
 }
</style>

background-color css

<style>
 a { background-color: #1654E0; }

 a { background-color: rgb(22,84,224); }

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

border-color css

<style>
 span { border-color: #1654E0; }

 span { border-color: rgb(22,84,224); }

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