Html Css Color HEX #172A61 Sapphire

📋 copy color: '#172A61'

red 23 ◦ green 42 ◦ blue 97

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

Shades of Sapphire #172A61

Tints of Sapphire #172A61

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.93%

 BLUE value IS 97 (38.28% from 255) = 59.88%

R = 14.2%
G = 25.93%
B = 59.88%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#172A61 (or 0x172A61) is known color: Sapphire. HEX triplet: 17, 2A and 61. RGB value is (23,42,97). Sum of RGB (Red+Green+Blue) = 23+42+97=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #172A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A61 is #E8D59E. Grayscale: #2A2A2A. Windows color (decimal): -15259039 or 6367767. OLE color: 6367767.

HSL color Cylindrical-coordinate representation of color #172A61: hue angle of 224.59º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172A61 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 42 97 -
CMYK 0.76 0.57 0 0.62
HSL 224.59º 0.62% 0.24% -
HSV(B) 224.59º 0.76% 0.38% -
XYZ 3.34 2.7 11.65 -
YUV 42.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 23 42 97 0.76 0.57 0 0.62 224.59 0.62 0.24
Hex 17 2A 61 4C 39 0 3E E1 3E 18
Octal 27 52 141 114 71 0 76 341 76 30
Binary 10111 101010 1100001 1001100 111001 0 111110 11100001 111110 11000

Color Harmonies of #172A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172A61

Black with #172A61

Text Example


Text Example

White with #172A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,42,97); }

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

background-color css

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

 a { background-color: rgb(23,42,97); }

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

border-color css

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

 span { border-color: rgb(23,42,97); }

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