Html Css Color HEX #175DDD Navy Blue

📋 copy color: '#175DDD'

red 23 ◦ green 93 ◦ blue 221

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

Shades of Navy Blue #175DDD

Tints of Navy Blue #175DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.6%

 BLUE value IS 221 (86.72% from 255) = 65.58%

R = 6.82%
G = 27.6%
B = 65.58%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#175DDD (or 0x175DDD) is known color: Navy Blue. HEX triplet: 17, 5D and DD. RGB value is (23,93,221). Sum of RGB (Red+Green+Blue) = 23+93+221=337 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.82% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #175DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175DDD is #E8A222. Grayscale: #565656. Windows color (decimal): -15245859 or 14507287. OLE color: 14507287.

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

Color convert

RGB 23 93 221 -
CMYK 0.90 0.58 0 0.13
HSL 218.79º 0.81% 0.48% -
HSV(B) 218.79º 0.9% 0.87% -
XYZ 17.32 13.23 70.05 -
YUV 86.66 203.81 82.59 -
System Red Green Blue C M Y K H S L
Decimal 23 93 221 0.90 0.58 0 0.13 218.79 0.81 0.48
Hex 17 5D DD 5A 3A 0 D DB 51 30
Octal 27 135 335 132 72 0 15 333 121 60
Binary 10111 1011101 11011101 1011010 111010 0 1101 11011011 1010001 110000

Color Harmonies of #175DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175DDD

Black with #175DDD

Text Example


Text Example

White with #175DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175DDD; }

 p { color: rgb(23,93,221); }

 H1.HeaderClassName
 {
   color: #175DDD;
 }
 .AnyTagClassName
 {
   color: #175DDD;
 }
</style>

background-color css

<style>
 a { background-color: #175DDD; }

 a { background-color: rgb(23,93,221); }

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

border-color css

<style>
 span { border-color: #175DDD; }

 span { border-color: rgb(23,93,221); }

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