Html Css Color HEX #175BF0 Navy Blue

📋 copy color: '#175BF0'

red 23 ◦ green 91 ◦ blue 240

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

Shades of Navy Blue #175BF0

Tints of Navy Blue #175BF0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.71%

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

R = 6.5%
G = 25.71%
B = 67.8%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#175BF0 (or 0x175BF0) is known color: Navy Blue. HEX triplet: 17, 5B and F0. RGB value is (23,91,240). Sum of RGB (Red+Green+Blue) = 23+91+240=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 240 (94.14% from 255 or 67.80% from 354); Max value from RGB is 240 - color contains mainly: blue. Hex color #175BF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175BF0 is #E8A40F. Grayscale: #565656. Windows color (decimal): -15246352 or 15751959. OLE color: 15751959.

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

Color convert

RGB 23 91 240 -
CMYK 0.90 0.62 0 0.06
HSL 221.2º 0.88% 0.52% -
HSV(B) 221.2º 0.9% 0.94% -
XYZ 19.82 13.96 84.09 -
YUV 87.65 213.97 81.88 -
System Red Green Blue C M Y K H S L
Decimal 23 91 240 0.90 0.62 0 0.06 221.2 0.88 0.52
Hex 17 5B F0 5A 3E 0 6 DD 58 34
Octal 27 133 360 132 76 0 6 335 130 64
Binary 10111 1011011 11110000 1011010 111110 0 110 11011101 1011000 110100

Color Harmonies of #175BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175BF0

Black with #175BF0

Text Example


Text Example

White with #175BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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