#175CDF

Color #175CDF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #175CDF

Tints of Navy Blue #175CDF

Color information

#175CDF (or 0x175CDF) is unknown color: approx Navy Blue. HEX triplet: 17, 5C and DF. RGB value is (23,92,223). Sum of RGB (Red+Green+Blue) = 23+92+223=338 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.80% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #175CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175CDF is #E8A320. Grayscale: #555555. Windows color (decimal): -15246113 or 14638103. OLE color: 14638103.

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

Color convert

RGB2392223-
CMYK0.900.5900.13
HSL219.3º81.3%48.24%-
HSV(B)219.3º89.69%87.45%-
XYZ17.513.1671.43-
YUV86.3205.1482.85-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.80%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 223 (87.5% from 255) = 65.98%
R=6.80%
G=27.22%
B=65.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal23922230.900.5900.13219.381.348.24
Hex175CDF5A3B0Ddb5130
Octal271343371327301533312160
Binary10111101110011011111101101011101101101110110111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,92,223); }

 H1.HeaderClassName
 {
   color: #175CDF;
 }
 .AnyTagClassName
 {
   color: #175CDF;
 }
</style>
background-color css

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

 a { background-color: rgb(23,92,223); }

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

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

 span { border-color: rgb(23,92,223); }

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