Html Css Color HEX #175EEC Navy Blue

📋 copy color: '#175EEC'

red 23 ◦ green 94 ◦ blue 236

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

Shades of Navy Blue #175EEC

Tints of Navy Blue #175EEC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.63%

 BLUE value IS 236 (92.58% from 255) = 66.86%

R = 6.52%
G = 26.63%
B = 66.86%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#175EEC (or 0x175EEC) is known color: Navy Blue. HEX triplet: 17, 5E and EC. RGB value is (23,94,236). Sum of RGB (Red+Green+Blue) = 23+94+236=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #175EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175EEC is #E8A113. Grayscale: #585858. Windows color (decimal): -15245588 or 15490583. OLE color: 15490583.

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

Color convert

RGB 23 94 236 -
CMYK 0.90 0.60 0 0.07
HSL 220º 0.85% 0.51% -
HSV(B) 220º 0.9% 0.93% -
XYZ 19.5 14.24 81.08 -
YUV 88.96 210.98 80.95 -
System Red Green Blue C M Y K H S L
Decimal 23 94 236 0.90 0.60 0 0.07 220 0.85 0.51
Hex 17 5E EC 5A 3C 0 7 DC 55 33
Octal 27 136 354 132 74 0 7 334 125 63
Binary 10111 1011110 11101100 1011010 111100 0 111 11011100 1010101 110011

Color Harmonies of #175EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175EEC

Black with #175EEC

Text Example


Text Example

White with #175EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,94,236); }

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

background-color css

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

 a { background-color: rgb(23,94,236); }

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

border-color css

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

 span { border-color: rgb(23,94,236); }

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