Html Css Color HEX #172A72 Sapphire

📋 copy color: '#172A72'

red 23 ◦ green 42 ◦ blue 114

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

Shades of Sapphire #172A72

Tints of Sapphire #172A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 63.69%

R = 12.85%
G = 23.46%
B = 63.69%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#172A72 (or 0x172A72) is known color: Sapphire. HEX triplet: 17, 2A and 72. RGB value is (23,42,114). Sum of RGB (Red+Green+Blue) = 23+42+114=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 114 (44.92% from 255 or 63.69% from 179); Max value from RGB is 114 - color contains mainly: blue. Hex color #172A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A72 is #E8D58D. Grayscale: #2C2C2C. Windows color (decimal): -15259022 or 7481879. OLE color: 7481879.

HSL color Cylindrical-coordinate representation of color #172A72: hue angle of 227.47º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #172A72 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 42 114 -
CMYK 0.80 0.63 0 0.55
HSL 227.47º 0.66% 0.27% -
HSV(B) 227.47º 0.8% 0.45% -
XYZ 4.22 3.05 16.29 -
YUV 44.53 167.21 112.65 -
System Red Green Blue C M Y K H S L
Decimal 23 42 114 0.80 0.63 0 0.55 227.47 0.66 0.27
Hex 17 2A 72 50 3F 0 37 E3 42 1B
Octal 27 52 162 120 77 0 67 343 102 33
Binary 10111 101010 1110010 1010000 111111 0 110111 11100011 1000010 11011

Color Harmonies of #172A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172A72

Black with #172A72

Text Example


Text Example

White with #172A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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