Html Css Color HEX #1777DC Navy Blue

📋 copy color: '#1777DC'

red 23 ◦ green 119 ◦ blue 220

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

Shades of Navy Blue #1777DC

Tints of Navy Blue #1777DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.77%

R = 6.35%
G = 32.87%
B = 60.77%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1777DC (or 0x1777DC) is known color: Navy Blue. HEX triplet: 17, 77 and DC. RGB value is (23,119,220). Sum of RGB (Red+Green+Blue) = 23+119+220=362 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.35% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #1777DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1777DC is #E88823. Grayscale: #656565. Windows color (decimal): -15239204 or 14448407. OLE color: 14448407.

HSL color Cylindrical-coordinate representation of color #1777DC: hue angle of 210.76º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1777DC is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 119 220 -
CMYK 0.90 0.46 0 0.14
HSL 210.76º 0.81% 0.48% -
HSV(B) 210.76º 0.9% 0.86% -
XYZ 19.87 18.54 70.24 -
YUV 101.81 194.7 71.79 -
System Red Green Blue C M Y K H S L
Decimal 23 119 220 0.90 0.46 0 0.14 210.76 0.81 0.48
Hex 17 77 DC 5A 2E 0 E D3 51 30
Octal 27 167 334 132 56 0 16 323 121 60
Binary 10111 1110111 11011100 1011010 101110 0 1110 11010011 1010001 110000

Color Harmonies of #1777DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1777DC

Black with #1777DC

Text Example


Text Example

White with #1777DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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