Html Css Color HEX #175FDC Navy Blue

📋 copy color: '#175FDC'

red 23 ◦ green 95 ◦ blue 220

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

Shades of Navy Blue #175FDC

Tints of Navy Blue #175FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.11%

 BLUE value IS 220 (86.33% from 255) = 65.09%

R = 6.8%
G = 28.11%
B = 65.09%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#175FDC (or 0x175FDC) is known color: Navy Blue. HEX triplet: 17, 5F and DC. RGB value is (23,95,220). Sum of RGB (Red+Green+Blue) = 23+95+220=338 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.80% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #175FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175FDC is #E8A023. Grayscale: #575757. Windows color (decimal): -15245348 or 14442263. OLE color: 14442263.

HSL color Cylindrical-coordinate representation of color #175FDC: hue angle of 218.07º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175FDC is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 23 95 220 -
CMYK 0.90 0.57 0 0.14
HSL 218.07º 0.81% 0.48% -
HSV(B) 218.07º 0.9% 0.86% -
XYZ 17.36 13.53 69.41 -
YUV 87.72 202.65 81.84 -
System Red Green Blue C M Y K H S L
Decimal 23 95 220 0.90 0.57 0 0.14 218.07 0.81 0.48
Hex 17 5F DC 5A 39 0 E DA 51 30
Octal 27 137 334 132 71 0 16 332 121 60
Binary 10111 1011111 11011100 1011010 111001 0 1110 11011010 1010001 110000

Color Harmonies of #175FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175FDC

Black with #175FDC

Text Example


Text Example

White with #175FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,95,220); }

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

background-color css

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

 a { background-color: rgb(23,95,220); }

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

border-color css

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

 span { border-color: rgb(23,95,220); }

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