Html Css Color HEX #175ADE Navy Blue

📋 copy color: '#175ADE'

red 23 ◦ green 90 ◦ blue 222

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

Shades of Navy Blue #175ADE

Tints of Navy Blue #175ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.87%

 BLUE value IS 222 (87.11% from 255) = 66.27%

R = 6.87%
G = 26.87%
B = 66.27%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#175ADE (or 0x175ADE) is known color: Navy Blue. HEX triplet: 17, 5A and DE. RGB value is (23,90,222). Sum of RGB (Red+Green+Blue) = 23+90+222=335 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.87% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #175ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175ADE is #E8A521. Grayscale: #545454. Windows color (decimal): -15246626 or 14572055. OLE color: 14572055.

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

Color convert

RGB 23 90 222 -
CMYK 0.90 0.59 0 0.13
HSL 219.8º 0.81% 0.48% -
HSV(B) 219.8º 0.9% 0.87% -
XYZ 17.19 12.77 70.67 -
YUV 85.02 205.3 83.77 -
System Red Green Blue C M Y K H S L
Decimal 23 90 222 0.90 0.59 0 0.13 219.8 0.81 0.48
Hex 17 5A DE 5A 3B 0 D DC 51 30
Octal 27 132 336 132 73 0 15 334 121 60
Binary 10111 1011010 11011110 1011010 111011 0 1101 11011100 1010001 110000

Color Harmonies of #175ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175ADE

Black with #175ADE

Text Example


Text Example

White with #175ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,90,222); }

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

background-color css

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

 a { background-color: rgb(23,90,222); }

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

border-color css

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

 span { border-color: rgb(23,90,222); }

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