Html Css Color HEX #172A5C Sapphire

📋 copy color: '#172A5C'

red 23 ◦ green 42 ◦ blue 92

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

Shades of Sapphire #172A5C

Tints of Sapphire #172A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 58.6%

R = 14.65%
G = 26.75%
B = 58.6%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#172A5C (or 0x172A5C) is known color: Sapphire. HEX triplet: 17, 2A and 5C. RGB value is (23,42,92). Sum of RGB (Red+Green+Blue) = 23+42+92=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 92 (36.33% from 255 or 58.60% from 157); Max value from RGB is 92 - color contains mainly: blue. Hex color #172A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A5C is #E8D5A3. Grayscale: #292929. Windows color (decimal): -15259044 or 6040087. OLE color: 6040087.

HSL color Cylindrical-coordinate representation of color #172A5C: hue angle of 223.48º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #172A5C is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 42 92 -
CMYK 0.75 0.54 0 0.64
HSL 223.48º 0.6% 0.23% -
HSV(B) 223.48º 0.75% 0.36% -
XYZ 3.11 2.61 10.47 -
YUV 42.02 156.21 114.43 -
System Red Green Blue C M Y K H S L
Decimal 23 42 92 0.75 0.54 0 0.64 223.48 0.6 0.23
Hex 17 2A 5C 4B 36 0 40 DF 3C 17
Octal 27 52 134 113 66 0 100 337 74 27
Binary 10111 101010 1011100 1001011 110110 0 1000000 11011111 111100 10111

Color Harmonies of #172A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172A5C

Black with #172A5C

Text Example


Text Example

White with #172A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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