Html Css Color HEX #1773DF Navy Blue

📋 copy color: '#1773DF'

red 23 ◦ green 115 ◦ blue 223

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

Shades of Navy Blue #1773DF

Tints of Navy Blue #1773DF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.86%

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

R = 6.37%
G = 31.86%
B = 61.77%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1773DF (or 0x1773DF) is known color: Navy Blue. HEX triplet: 17, 73 and DF. RGB value is (23,115,223). Sum of RGB (Red+Green+Blue) = 23+115+223=361 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.37% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #1773DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1773DF is #E88C20. Grayscale: #636363. Windows color (decimal): -15240225 or 14643991. OLE color: 14643991.

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

Color convert

RGB 23 115 223 -
CMYK 0.90 0.48 0 0.13
HSL 212.4º 0.81% 0.48% -
HSV(B) 212.4º 0.9% 0.87% -
XYZ 19.8 17.77 72.2 -
YUV 99.8 197.52 73.22 -
System Red Green Blue C M Y K H S L
Decimal 23 115 223 0.90 0.48 0 0.13 212.4 0.81 0.48
Hex 17 73 DF 5A 30 0 D D4 51 30
Octal 27 163 337 132 60 0 15 324 121 60
Binary 10111 1110011 11011111 1011010 110000 0 1101 11010100 1010001 110000

Color Harmonies of #1773DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1773DF

Black with #1773DF

Text Example


Text Example

White with #1773DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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