Html Css Color HEX #175FDD Navy Blue

📋 copy color: '#175FDD'

red 23 ◦ green 95 ◦ blue 221

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

Shades of Navy Blue #175FDD

Tints of Navy Blue #175FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.19%

R = 6.78%
G = 28.02%
B = 65.19%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#175FDD (or 0x175FDD) is known color: Navy Blue. HEX triplet: 17, 5F and DD. RGB value is (23,95,221). Sum of RGB (Red+Green+Blue) = 23+95+221=339 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.78% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #175FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175FDD is #E8A022. Grayscale: #575757. Windows color (decimal): -15245347 or 14507799. OLE color: 14507799.

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

Color convert

RGB 23 95 221 -
CMYK 0.90 0.57 0 0.13
HSL 218.18º 0.81% 0.48% -
HSV(B) 218.18º 0.9% 0.87% -
XYZ 17.5 13.59 70.11 -
YUV 87.84 203.15 81.75 -
System Red Green Blue C M Y K H S L
Decimal 23 95 221 0.90 0.57 0 0.13 218.18 0.81 0.48
Hex 17 5F DD 5A 39 0 D DA 51 30
Octal 27 137 335 132 71 0 15 332 121 60
Binary 10111 1011111 11011101 1011010 111001 0 1101 11011010 1010001 110000

Color Harmonies of #175FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175FDD

Black with #175FDD

Text Example


Text Example

White with #175FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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