Html Css Color HEX #172F65 Sapphire

📋 copy color: '#172F65'

red 23 ◦ green 47 ◦ blue 101

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

Shades of Sapphire #172F65

Tints of Sapphire #172F65

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.49%

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

R = 13.45%
G = 27.49%
B = 59.06%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#172F65 (or 0x172F65) is known color: Sapphire. HEX triplet: 17, 2F and 65. RGB value is (23,47,101). Sum of RGB (Red+Green+Blue) = 23+47+101=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #172F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F65 is #E8D09A. Grayscale: #2D2D2D. Windows color (decimal): -15257755 or 6631191. OLE color: 6631191.

HSL color Cylindrical-coordinate representation of color #172F65: hue angle of 221.54º 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 #172F65 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 23 47 101 -
CMYK 0.77 0.53 0 0.60
HSL 221.54º 0.63% 0.24% -
HSV(B) 221.54º 0.77% 0.4% -
XYZ 3.72 3.15 12.72 -
YUV 45.98 159.05 111.61 -
System Red Green Blue C M Y K H S L
Decimal 23 47 101 0.77 0.53 0 0.60 221.54 0.63 0.24
Hex 17 2F 65 4D 35 0 3C DE 3F 18
Octal 27 57 145 115 65 0 74 336 77 30
Binary 10111 101111 1100101 1001101 110101 0 111100 11011110 111111 11000

Color Harmonies of #172F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F65

Black with #172F65

Text Example


Text Example

White with #172F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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