Html Css Color HEX #1777DB Navy Blue

📋 copy color: '#1777DB'

red 23 ◦ green 119 ◦ blue 219

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

Shades of Navy Blue #1777DB

Tints of Navy Blue #1777DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.96%

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

R = 6.37%
G = 32.96%
B = 60.66%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1777DB (or 0x1777DB) is known color: Navy Blue. HEX triplet: 17, 77 and DB. RGB value is (23,119,219). Sum of RGB (Red+Green+Blue) = 23+119+219=361 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.37% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #1777DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1777DB is #E88824. Grayscale: #656565. Windows color (decimal): -15239205 or 14382871. OLE color: 14382871.

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

Color convert

RGB 23 119 219 -
CMYK 0.89 0.46 0 0.14
HSL 210.61º 0.81% 0.47% -
HSV(B) 210.61º 0.89% 0.86% -
XYZ 19.74 18.49 69.55 -
YUV 101.7 194.2 71.87 -
System Red Green Blue C M Y K H S L
Decimal 23 119 219 0.89 0.46 0 0.14 210.61 0.81 0.47
Hex 17 77 DB 59 2E 0 E D3 51 2F
Octal 27 167 333 131 56 0 16 323 121 57
Binary 10111 1110111 11011011 1011001 101110 0 1110 11010011 1010001 101111

Color Harmonies of #1777DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1777DB

Black with #1777DB

Text Example


Text Example

White with #1777DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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