Html Css Color HEX #175DEF Navy Blue

📋 copy color: '#175DEF'

red 23 ◦ green 93 ◦ blue 239

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

Shades of Navy Blue #175DEF

Tints of Navy Blue #175DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.32%

R = 6.48%
G = 26.2%
B = 67.32%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#175DEF (or 0x175DEF) is known color: Navy Blue. HEX triplet: 17, 5D and EF. RGB value is (23,93,239). Sum of RGB (Red+Green+Blue) = 23+93+239=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #175DEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175DEF is #E8A210. Grayscale: #585858. Windows color (decimal): -15245841 or 15686935. OLE color: 15686935.

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

Color convert

RGB 23 93 239 -
CMYK 0.90 0.61 0 0.06
HSL 220.56º 0.87% 0.51% -
HSV(B) 220.56º 0.9% 0.94% -
XYZ 19.85 14.24 83.36 -
YUV 88.71 212.81 81.13 -
System Red Green Blue C M Y K H S L
Decimal 23 93 239 0.90 0.61 0 0.06 220.56 0.87 0.51
Hex 17 5D EF 5A 3D 0 6 DD 57 33
Octal 27 135 357 132 75 0 6 335 127 63
Binary 10111 1011101 11101111 1011010 111101 0 110 11011101 1010111 110011

Color Harmonies of #175DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175DEF

Black with #175DEF

Text Example


Text Example

White with #175DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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