Html Css Color HEX #1770DB Navy Blue

📋 copy color: '#1770DB'

red 23 ◦ green 112 ◦ blue 219

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

Shades of Navy Blue #1770DB

Tints of Navy Blue #1770DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.86%

R = 6.5%
G = 31.64%
B = 61.86%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1770DB (or 0x1770DB) is known color: Navy Blue. HEX triplet: 17, 70 and DB. RGB value is (23,112,219). Sum of RGB (Red+Green+Blue) = 23+112+219=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #1770DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1770DB is #E88F24. Grayscale: #616161. Windows color (decimal): -15240997 or 14381079. OLE color: 14381079.

HSL color Cylindrical-coordinate representation of color #1770DB: hue angle of 212.76º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1770DB is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 112 219 -
CMYK 0.89 0.49 0 0.14
HSL 212.76º 0.81% 0.47% -
HSV(B) 212.76º 0.89% 0.86% -
XYZ 18.93 16.88 69.28 -
YUV 97.59 196.51 74.8 -
System Red Green Blue C M Y K H S L
Decimal 23 112 219 0.89 0.49 0 0.14 212.76 0.81 0.47
Hex 17 70 DB 59 31 0 E D5 51 2F
Octal 27 160 333 131 61 0 16 325 121 57
Binary 10111 1110000 11011011 1011001 110001 0 1110 11010101 1010001 101111

Color Harmonies of #1770DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1770DB

Black with #1770DB

Text Example


Text Example

White with #1770DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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