Html Css Color HEX #175AED Navy Blue

📋 copy color: '#175AED'

red 23 ◦ green 90 ◦ blue 237

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

Shades of Navy Blue #175AED

Tints of Navy Blue #175AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.71%

R = 6.57%
G = 25.71%
B = 67.71%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#175AED (or 0x175AED) is known color: Navy Blue. HEX triplet: 17, 5A and ED. RGB value is (23,90,237). Sum of RGB (Red+Green+Blue) = 23+90+237=350 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.57% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #175AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175AED is #E8A512. Grayscale: #565656. Windows color (decimal): -15246611 or 15555095. OLE color: 15555095.

HSL color Cylindrical-coordinate representation of color #175AED: hue angle of 221.21º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175AED is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 23 90 237 -
CMYK 0.90 0.62 0 0.07
HSL 221.22º 0.86% 0.51% -
HSV(B) 221.22º 0.9% 0.93% -
XYZ 19.3 13.61 81.73 -
YUV 86.73 212.8 82.55 -
System Red Green Blue C M Y K H S L
Decimal 23 90 237 0.90 0.62 0 0.07 221.22 0.86 0.51
Hex 17 5A ED 5A 3E 0 7 DD 56 33
Octal 27 132 355 132 76 0 7 335 126 63
Binary 10111 1011010 11101101 1011010 111110 0 111 11011101 1010110 110011

Color Harmonies of #175AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175AED

Black with #175AED

Text Example


Text Example

White with #175AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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