Html Css Color HEX #1660ED Navy Blue

📋 copy color: '#1660ED'

red 22 ◦ green 96 ◦ blue 237

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

Shades of Navy Blue #1660ED

Tints of Navy Blue #1660ED

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

 BLUE value IS 237 (92.97% from 255) = 66.76%

R = 6.2%
G = 27.04%
B = 66.76%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1660ED (or 0x1660ED) is known color: Navy Blue. HEX triplet: 16, 60 and ED. RGB value is (22,96,237). Sum of RGB (Red+Green+Blue) = 22+96+237=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #1660ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1660ED is #E99F12. Grayscale: #595959. Windows color (decimal): -15310611 or 15556630. OLE color: 15556630.

HSL color Cylindrical-coordinate representation of color #1660ED: hue angle of 219.35º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1660ED is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 96 237 -
CMYK 0.91 0.59 0 0.07
HSL 219.35º 0.86% 0.51% -
HSV(B) 219.35º 0.91% 0.93% -
XYZ 19.8 14.65 81.91 -
YUV 89.95 210.98 79.54 -
System Red Green Blue C M Y K H S L
Decimal 22 96 237 0.91 0.59 0 0.07 219.35 0.86 0.51
Hex 16 60 ED 5B 3B 0 7 DB 56 33
Octal 26 140 355 133 73 0 7 333 126 63
Binary 10110 1100000 11101101 1011011 111011 0 111 11011011 1010110 110011

Color Harmonies of #1660ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1660ED

Black with #1660ED

Text Example


Text Example

White with #1660ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1660ED; }

 p { color: rgb(22,96,237); }

 H1.HeaderClassName
 {
   color: #1660ED;
 }
 .AnyTagClassName
 {
   color: #1660ED;
 }
</style>

background-color css

<style>
 a { background-color: #1660ED; }

 a { background-color: rgb(22,96,237); }

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

border-color css

<style>
 span { border-color: #1660ED; }

 span { border-color: rgb(22,96,237); }

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