Html Css Color HEX #175EF0 Navy Blue

📋 copy color: '#175EF0'

red 23 ◦ green 94 ◦ blue 240

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

Shades of Navy Blue #175EF0

Tints of Navy Blue #175EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 67.23%

R = 6.44%
G = 26.33%
B = 67.23%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#175EF0 (or 0x175EF0) is known color: Navy Blue. HEX triplet: 17, 5E and F0. RGB value is (23,94,240). Sum of RGB (Red+Green+Blue) = 23+94+240=357 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.44% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 240 (94.14% from 255 or 67.23% from 357); Max value from RGB is 240 - color contains mainly: blue. Hex color #175EF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175EF0 is #E8A10F. Grayscale: #585858. Windows color (decimal): -15245584 or 15752727. OLE color: 15752727.

HSL color Cylindrical-coordinate representation of color #175EF0: hue angle of 220.37º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175EF0 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 23 94 240 -
CMYK 0.90 0.61 0 0.06
HSL 220.37º 0.88% 0.52% -
HSV(B) 220.37º 0.9% 0.94% -
XYZ 20.08 14.48 84.17 -
YUV 89.42 212.98 80.63 -
System Red Green Blue C M Y K H S L
Decimal 23 94 240 0.90 0.61 0 0.06 220.37 0.88 0.52
Hex 17 5E F0 5A 3D 0 6 DC 58 34
Octal 27 136 360 132 75 0 6 334 130 64
Binary 10111 1011110 11110000 1011010 111101 0 110 11011100 1011000 110100

Color Harmonies of #175EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175EF0

Black with #175EF0

Text Example


Text Example

White with #175EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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