Html Css Color HEX #172E75 Sapphire

📋 copy color: '#172E75'

red 23 ◦ green 46 ◦ blue 117

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

Shades of Sapphire #172E75

Tints of Sapphire #172E75

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.73%

 BLUE value IS 117 (46.09% from 255) = 62.9%

R = 12.37%
G = 24.73%
B = 62.9%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#172E75 (or 0x172E75) is known color: Sapphire. HEX triplet: 17, 2E and 75. RGB value is (23,46,117). Sum of RGB (Red+Green+Blue) = 23+46+117=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #172E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E75 is #E8D18A. Grayscale: #2E2E2E. Windows color (decimal): -15257995 or 7679511. OLE color: 7679511.

HSL color Cylindrical-coordinate representation of color #172E75: hue angle of 225.32º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #172E75 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 23 46 117 -
CMYK 0.80 0.61 0 0.54
HSL 225.32º 0.67% 0.27% -
HSV(B) 225.32º 0.8% 0.46% -
XYZ 4.54 3.42 17.25 -
YUV 47.22 167.38 110.73 -
System Red Green Blue C M Y K H S L
Decimal 23 46 117 0.80 0.61 0 0.54 225.32 0.67 0.27
Hex 17 2E 75 50 3D 0 36 E1 43 1B
Octal 27 56 165 120 75 0 66 341 103 33
Binary 10111 101110 1110101 1010000 111101 0 110110 11100001 1000011 11011

Color Harmonies of #172E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172E75

Black with #172E75

Text Example


Text Example

White with #172E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172E75; }

 p { color: rgb(23,46,117); }

 H1.HeaderClassName
 {
   color: #172E75;
 }
 .AnyTagClassName
 {
   color: #172E75;
 }
</style>

background-color css

<style>
 a { background-color: #172E75; }

 a { background-color: rgb(23,46,117); }

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

border-color css

<style>
 span { border-color: #172E75; }

 span { border-color: rgb(23,46,117); }

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