Html Css Color HEX #175DDC Navy Blue

📋 copy color: '#175DDC'

red 23 ◦ green 93 ◦ blue 220

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

Shades of Navy Blue #175DDC

Tints of Navy Blue #175DDC

RGB

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

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

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

R = 6.85%
G = 27.68%
B = 65.48%

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

#175DDC (or 0x175DDC) is known color: Navy Blue. HEX triplet: 17, 5D and DC. RGB value is (23,93,220). Sum of RGB (Red+Green+Blue) = 23+93+220=336 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.85% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #175DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175DDC is #E8A223. Grayscale: #555555. Windows color (decimal): -15245860 or 14441751. OLE color: 14441751.

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

Color convert

RGB 23 93 220 -
CMYK 0.90 0.58 0 0.14
HSL 218.68º 0.81% 0.48% -
HSV(B) 218.68º 0.9% 0.86% -
XYZ 17.19 13.18 69.35 -
YUV 86.55 203.31 82.67 -
System Red Green Blue C M Y K H S L
Decimal 23 93 220 0.90 0.58 0 0.14 218.68 0.81 0.48
Hex 17 5D DC 5A 3A 0 E DB 51 30
Octal 27 135 334 132 72 0 16 333 121 60
Binary 10111 1011101 11011100 1011010 111010 0 1110 11011011 1010001 110000

Color Harmonies of #175DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175DDC

Black with #175DDC

Text Example


Text Example

White with #175DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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