Html Css Color HEX #172E65 Sapphire

📋 copy color: '#172E65'

red 23 ◦ green 46 ◦ blue 101

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

Shades of Sapphire #172E65

Tints of Sapphire #172E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 59.41%

R = 13.53%
G = 27.06%
B = 59.41%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#172E65 (or 0x172E65) is known color: Sapphire. HEX triplet: 17, 2E and 65. RGB value is (23,46,101). Sum of RGB (Red+Green+Blue) = 23+46+101=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 101 (39.84% from 255 or 59.41% from 170); Max value from RGB is 101 - color contains mainly: blue. Hex color #172E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E65 is #E8D19A. Grayscale: #2D2D2D. Windows color (decimal): -15258011 or 6630935. OLE color: 6630935.

HSL color Cylindrical-coordinate representation of color #172E65: hue angle of 222.31º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172E65 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 23 46 101 -
CMYK 0.77 0.54 0 0.60
HSL 222.31º 0.63% 0.24% -
HSV(B) 222.31º 0.77% 0.4% -
XYZ 3.68 3.08 12.71 -
YUV 45.39 159.38 112.03 -
System Red Green Blue C M Y K H S L
Decimal 23 46 101 0.77 0.54 0 0.60 222.31 0.63 0.24
Hex 17 2E 65 4D 36 0 3C DE 3F 18
Octal 27 56 145 115 66 0 74 336 77 30
Binary 10111 101110 1100101 1001101 110110 0 111100 11011110 111111 11000

Color Harmonies of #172E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172E65

Black with #172E65

Text Example


Text Example

White with #172E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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