Html Css Color HEX #175DED Navy Blue

📋 copy color: '#175DED'

red 23 ◦ green 93 ◦ blue 237

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

Shades of Navy Blue #175DED

Tints of Navy Blue #175DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.14%

R = 6.52%
G = 26.35%
B = 67.14%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#175DED (or 0x175DED) is known color: Navy Blue. HEX triplet: 17, 5D and ED. RGB value is (23,93,237). Sum of RGB (Red+Green+Blue) = 23+93+237=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #175DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175DED is #E8A212. Grayscale: #575757. Windows color (decimal): -15245843 or 15555863. OLE color: 15555863.

HSL color Cylindrical-coordinate representation of color #175DED: hue angle of 220.37º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175DED is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 23 93 237 -
CMYK 0.90 0.61 0 0.07
HSL 220.37º 0.86% 0.51% -
HSV(B) 220.37º 0.9% 0.93% -
XYZ 19.55 14.13 81.82 -
YUV 88.49 211.81 81.29 -
System Red Green Blue C M Y K H S L
Decimal 23 93 237 0.90 0.61 0 0.07 220.37 0.86 0.51
Hex 17 5D ED 5A 3D 0 7 DC 56 33
Octal 27 135 355 132 75 0 7 334 126 63
Binary 10111 1011101 11101101 1011010 111101 0 111 11011100 1010110 110011

Color Harmonies of #175DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175DED

Black with #175DED

Text Example


Text Example

White with #175DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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