Html Css Color HEX #172A5F Sapphire

📋 copy color: '#172A5F'

red 23 ◦ green 42 ◦ blue 95

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

Shades of Sapphire #172A5F

Tints of Sapphire #172A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 59.38%

R = 14.38%
G = 26.25%
B = 59.38%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#172A5F (or 0x172A5F) is known color: Sapphire. HEX triplet: 17, 2A and 5F. RGB value is (23,42,95). Sum of RGB (Red+Green+Blue) = 23+42+95=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 95 (37.5% from 255 or 59.38% from 160); Max value from RGB is 95 - color contains mainly: blue. Hex color #172A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A5F is #E8D5A0. Grayscale: #2A2A2A. Windows color (decimal): -15259041 or 6236695. OLE color: 6236695.

HSL color Cylindrical-coordinate representation of color #172A5F: hue angle of 224.17º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172A5F is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 42 95 -
CMYK 0.76 0.56 0 0.63
HSL 224.17º 0.61% 0.23% -
HSV(B) 224.17º 0.76% 0.37% -
XYZ 3.25 2.66 11.17 -
YUV 42.36 157.71 114.19 -
System Red Green Blue C M Y K H S L
Decimal 23 42 95 0.76 0.56 0 0.63 224.17 0.61 0.23
Hex 17 2A 5F 4C 38 0 3F E0 3D 17
Octal 27 52 137 114 70 0 77 340 75 27
Binary 10111 101010 1011111 1001100 111000 0 111111 11100000 111101 10111

Color Harmonies of #172A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172A5F

Black with #172A5F

Text Example


Text Example

White with #172A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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