Html Css Color HEX #175ADF Navy Blue

📋 copy color: '#175ADF'

red 23 ◦ green 90 ◦ blue 223

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

Shades of Navy Blue #175ADF

Tints of Navy Blue #175ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.37%

R = 6.85%
G = 26.79%
B = 66.37%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#175ADF (or 0x175ADF) is known color: Navy Blue. HEX triplet: 17, 5A and DF. RGB value is (23,90,223). Sum of RGB (Red+Green+Blue) = 23+90+223=336 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.85% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #175ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175ADF is #E8A520. Grayscale: #545454. Windows color (decimal): -15246625 or 14637591. OLE color: 14637591.

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

Color convert

RGB 23 90 223 -
CMYK 0.90 0.60 0 0.13
HSL 219.9º 0.81% 0.48% -
HSV(B) 219.9º 0.9% 0.87% -
XYZ 17.33 12.82 71.37 -
YUV 85.13 205.8 83.69 -
System Red Green Blue C M Y K H S L
Decimal 23 90 223 0.90 0.60 0 0.13 219.9 0.81 0.48
Hex 17 5A DF 5A 3C 0 D DC 51 30
Octal 27 132 337 132 74 0 15 334 121 60
Binary 10111 1011010 11011111 1011010 111100 0 1101 11011100 1010001 110000

Color Harmonies of #175ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175ADF

Black with #175ADF

Text Example


Text Example

White with #175ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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