Html Css Color HEX #1665D7 Navy Blue

📋 copy color: '#1665D7'

red 22 ◦ green 101 ◦ blue 215

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

Shades of Navy Blue #1665D7

Tints of Navy Blue #1665D7

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

 BLUE value IS 215 (84.38% from 255) = 63.61%

R = 6.51%
G = 29.88%
B = 63.61%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1665D7 (or 0x1665D7) is known color: Navy Blue. HEX triplet: 16, 65 and D7. RGB value is (22,101,215). Sum of RGB (Red+Green+Blue) = 22+101+215=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 215 (84.38% from 255 or 63.61% from 338); Max value from RGB is 215 - color contains mainly: blue. Hex color #1665D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1665D7 is #E99A28. Grayscale: #595959. Windows color (decimal): -15309353 or 14116118. OLE color: 14116118.

HSL color Cylindrical-coordinate representation of color #1665D7: hue angle of 215.44º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1665D7 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 22 101 215 -
CMYK 0.90 0.53 0 0.16
HSL 215.44º 0.81% 0.46% -
HSV(B) 215.44º 0.9% 0.84% -
XYZ 17.25 14.38 66.16 -
YUV 90.38 198.33 79.23 -
System Red Green Blue C M Y K H S L
Decimal 22 101 215 0.90 0.53 0 0.16 215.44 0.81 0.46
Hex 16 65 D7 5A 35 0 10 D7 51 2E
Octal 26 145 327 132 65 0 20 327 121 56
Binary 10110 1100101 11010111 1011010 110101 0 10000 11010111 1010001 101110

Color Harmonies of #1665D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1665D7

Black with #1665D7

Text Example


Text Example

White with #1665D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1665D7; }

 p { color: rgb(22,101,215); }

 H1.HeaderClassName
 {
   color: #1665D7;
 }
 .AnyTagClassName
 {
   color: #1665D7;
 }
</style>

background-color css

<style>
 a { background-color: #1665D7; }

 a { background-color: rgb(22,101,215); }

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

border-color css

<style>
 span { border-color: #1665D7; }

 span { border-color: rgb(22,101,215); }

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