Html Css Color HEX #1773DB Navy Blue

📋 copy color: '#1773DB'

red 23 ◦ green 115 ◦ blue 219

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

Shades of Navy Blue #1773DB

Tints of Navy Blue #1773DB

RGB

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

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

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

R = 6.44%
G = 32.21%
B = 61.34%

CMYK

 C value IS 0.89

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1773DB (or 0x1773DB) is known color: Navy Blue. HEX triplet: 17, 73 and DB. RGB value is (23,115,219). Sum of RGB (Red+Green+Blue) = 23+115+219=357 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.44% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #1773DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1773DB is #E88C24. Grayscale: #626262. Windows color (decimal): -15240229 or 14381847. OLE color: 14381847.

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

Color convert

RGB 23 115 219 -
CMYK 0.89 0.47 0 0.14
HSL 211.84º 0.81% 0.47% -
HSV(B) 211.84º 0.89% 0.86% -
XYZ 19.27 17.56 69.39 -
YUV 99.35 195.52 73.54 -
System Red Green Blue C M Y K H S L
Decimal 23 115 219 0.89 0.47 0 0.14 211.84 0.81 0.47
Hex 17 73 DB 59 2F 0 E D4 51 2F
Octal 27 163 333 131 57 0 16 324 121 57
Binary 10111 1110011 11011011 1011001 101111 0 1110 11010100 1010001 101111

Color Harmonies of #1773DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1773DB

Black with #1773DB

Text Example


Text Example

White with #1773DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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