Html Css Color HEX #1770DE Navy Blue

📋 copy color: '#1770DE'

red 23 ◦ green 112 ◦ blue 222

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

Shades of Navy Blue #1770DE

Tints of Navy Blue #1770DE

RGB

 RED value IS 23 (9.38% from 255) = 6.44%

 GREEN value IS 112 (44.14% from 255) = 31.37%

 BLUE value IS 222 (87.11% from 255) = 62.18%

R = 6.44%
G = 31.37%
B = 62.18%

CMYK

 C value IS 0.90

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1770DE (or 0x1770DE) is known color: Navy Blue. HEX triplet: 17, 70 and DE. RGB value is (23,112,222). Sum of RGB (Red+Green+Blue) = 23+112+222=357 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.44% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 222 (87.11% from 255 or 62.18% from 357); Max value from RGB is 222 - color contains mainly: blue. Hex color #1770DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1770DE is #E88F21. Grayscale: #616161. Windows color (decimal): -15240994 or 14577687. OLE color: 14577687.

HSL color Cylindrical-coordinate representation of color #1770DE: hue angle of 213.17º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1770DE is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 112 222 -
CMYK 0.90 0.50 0 0.13
HSL 213.17º 0.81% 0.48% -
HSV(B) 213.17º 0.9% 0.87% -
XYZ 19.33 17.04 71.38 -
YUV 97.93 198.01 74.56 -
System Red Green Blue C M Y K H S L
Decimal 23 112 222 0.90 0.50 0 0.13 213.17 0.81 0.48
Hex 17 70 DE 5A 32 0 D D5 51 30
Octal 27 160 336 132 62 0 15 325 121 60
Binary 10111 1110000 11011110 1011010 110010 0 1101 11010101 1010001 110000

Color Harmonies of #1770DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1770DE

Black with #1770DE

Text Example


Text Example

White with #1770DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1770DE; }

 p { color: rgb(23,112,222); }

 H1.HeaderClassName
 {
   color: #1770DE;
 }
 .AnyTagClassName
 {
   color: #1770DE;
 }
</style>

background-color css

<style>
 a { background-color: #1770DE; }

 a { background-color: rgb(23,112,222); }

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

border-color css

<style>
 span { border-color: #1770DE; }

 span { border-color: rgb(23,112,222); }

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