Html Css Color HEX #1777DF Navy Blue

📋 copy color: '#1777DF'

red 23 ◦ green 119 ◦ blue 223

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

Shades of Navy Blue #1777DF

Tints of Navy Blue #1777DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.1%

R = 6.3%
G = 32.6%
B = 61.1%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1777DF (or 0x1777DF) is known color: Navy Blue. HEX triplet: 17, 77 and DF. RGB value is (23,119,223). Sum of RGB (Red+Green+Blue) = 23+119+223=365 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.30% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #1777DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1777DF is #E88820. Grayscale: #656565. Windows color (decimal): -15239201 or 14645015. OLE color: 14645015.

HSL color Cylindrical-coordinate representation of color #1777DF: hue angle of 211.2º 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 #1777DF is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 23 119 223 -
CMYK 0.90 0.47 0 0.13
HSL 211.2º 0.81% 0.48% -
HSV(B) 211.2º 0.9% 0.87% -
XYZ 20.27 18.7 72.35 -
YUV 102.15 196.2 71.54 -
System Red Green Blue C M Y K H S L
Decimal 23 119 223 0.90 0.47 0 0.13 211.2 0.81 0.48
Hex 17 77 DF 5A 2F 0 D D3 51 30
Octal 27 167 337 132 57 0 15 323 121 60
Binary 10111 1110111 11011111 1011010 101111 0 1101 11010011 1010001 110000

Color Harmonies of #1777DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1777DF

Black with #1777DF

Text Example


Text Example

White with #1777DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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