Html Css Color HEX #175DDE Navy Blue

📋 copy color: '#175DDE'

red 23 ◦ green 93 ◦ blue 222

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

Shades of Navy Blue #175DDE

Tints of Navy Blue #175DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.68%

R = 6.8%
G = 27.51%
B = 65.68%

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

#175DDE (or 0x175DDE) is known color: Navy Blue. HEX triplet: 17, 5D and DE. RGB value is (23,93,222). Sum of RGB (Red+Green+Blue) = 23+93+222=338 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.80% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #175DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175DDE is #E8A221. Grayscale: #565656. Windows color (decimal): -15245858 or 14572823. OLE color: 14572823.

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

Color convert

RGB 23 93 222 -
CMYK 0.90 0.58 0 0.13
HSL 218.89º 0.81% 0.48% -
HSV(B) 218.89º 0.9% 0.87% -
XYZ 17.45 13.28 70.75 -
YUV 86.78 204.31 82.51 -
System Red Green Blue C M Y K H S L
Decimal 23 93 222 0.90 0.58 0 0.13 218.89 0.81 0.48
Hex 17 5D DE 5A 3A 0 D DB 51 30
Octal 27 135 336 132 72 0 15 333 121 60
Binary 10111 1011101 11011110 1011010 111010 0 1101 11011011 1010001 110000

Color Harmonies of #175DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175DDE

Black with #175DDE

Text Example


Text Example

White with #175DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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