Html Css Color HEX #1771DB Navy Blue

📋 copy color: '#1771DB'

red 23 ◦ green 113 ◦ blue 219

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

Shades of Navy Blue #1771DB

Tints of Navy Blue #1771DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.83%

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

R = 6.48%
G = 31.83%
B = 61.69%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1771DB (or 0x1771DB) is known color: Navy Blue. HEX triplet: 17, 71 and DB. RGB value is (23,113,219). Sum of RGB (Red+Green+Blue) = 23+113+219=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #1771DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1771DB is #E88E24. Grayscale: #616161. Windows color (decimal): -15240741 or 14381335. OLE color: 14381335.

HSL color Cylindrical-coordinate representation of color #1771DB: hue angle of 212.45º 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 #1771DB is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 113 219 -
CMYK 0.89 0.48 0 0.14
HSL 212.45º 0.81% 0.47% -
HSV(B) 212.45º 0.89% 0.86% -
XYZ 19.04 17.11 69.32 -
YUV 98.17 196.18 74.38 -
System Red Green Blue C M Y K H S L
Decimal 23 113 219 0.89 0.48 0 0.14 212.45 0.81 0.47
Hex 17 71 DB 59 30 0 E D4 51 2F
Octal 27 161 333 131 60 0 16 324 121 57
Binary 10111 1110001 11011011 1011001 110000 0 1110 11010100 1010001 101111

Color Harmonies of #1771DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1771DB

Black with #1771DB

Text Example


Text Example

White with #1771DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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