Html Css Color HEX #175CDC Navy Blue

📋 copy color: '#175CDC'

red 23 ◦ green 92 ◦ blue 220

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

Shades of Navy Blue #175CDC

Tints of Navy Blue #175CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.46%

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

R = 6.87%
G = 27.46%
B = 65.67%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#175CDC (or 0x175CDC) is known color: Navy Blue. HEX triplet: 17, 5C and DC. RGB value is (23,92,220). Sum of RGB (Red+Green+Blue) = 23+92+220=335 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.87% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #175CDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175CDC is #E8A323. Grayscale: #555555. Windows color (decimal): -15246116 or 14441495. OLE color: 14441495.

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

Color convert

RGB 23 92 220 -
CMYK 0.90 0.58 0 0.14
HSL 218.98º 0.81% 0.48% -
HSV(B) 218.98º 0.9% 0.86% -
XYZ 17.1 13 69.32 -
YUV 85.96 203.64 83.09 -
System Red Green Blue C M Y K H S L
Decimal 23 92 220 0.90 0.58 0 0.14 218.98 0.81 0.48
Hex 17 5C DC 5A 3A 0 E DB 51 30
Octal 27 134 334 132 72 0 16 333 121 60
Binary 10111 1011100 11011100 1011010 111010 0 1110 11011011 1010001 110000

Color Harmonies of #175CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175CDC

Black with #175CDC

Text Example


Text Example

White with #175CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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