Html Css Color HEX #1661ED Navy Blue

📋 copy color: '#1661ED'

red 22 ◦ green 97 ◦ blue 237

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

Shades of Navy Blue #1661ED

Tints of Navy Blue #1661ED

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

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

R = 6.18%
G = 27.25%
B = 66.57%

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

#1661ED (or 0x1661ED) is known color: Navy Blue. HEX triplet: 16, 61 and ED. RGB value is (22,97,237). Sum of RGB (Red+Green+Blue) = 22+97+237=356 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.18% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #1661ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1661ED is #E99E12. Grayscale: #595959. Windows color (decimal): -15310355 or 15556886. OLE color: 15556886.

HSL color Cylindrical-coordinate representation of color #1661ED: hue angle of 219.07º 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 #1661ED is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 22 97 237 -
CMYK 0.91 0.59 0 0.07
HSL 219.07º 0.86% 0.51% -
HSV(B) 219.07º 0.91% 0.93% -
XYZ 19.89 14.83 81.94 -
YUV 90.54 210.65 79.12 -
System Red Green Blue C M Y K H S L
Decimal 22 97 237 0.91 0.59 0 0.07 219.07 0.86 0.51
Hex 16 61 ED 5B 3B 0 7 DB 56 33
Octal 26 141 355 133 73 0 7 333 126 63
Binary 10110 1100001 11101101 1011011 111011 0 111 11011011 1010110 110011

Color Harmonies of #1661ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1661ED

Black with #1661ED

Text Example


Text Example

White with #1661ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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