Html Css Color HEX #172A76 Sapphire

📋 copy color: '#172A76'

red 23 ◦ green 42 ◦ blue 118

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

Shades of Sapphire #172A76

Tints of Sapphire #172A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 64.48%

R = 12.57%
G = 22.95%
B = 64.48%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#172A76 (or 0x172A76) is known color: Sapphire. HEX triplet: 17, 2A and 76. RGB value is (23,42,118). Sum of RGB (Red+Green+Blue) = 23+42+118=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 42 (16.80% from 255 or 22.95% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #172A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A76 is #E8D589. Grayscale: #2C2C2C. Windows color (decimal): -15259018 or 7744023. OLE color: 7744023.

HSL color Cylindrical-coordinate representation of color #172A76: hue angle of 228º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #172A76 is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 23 42 118 -
CMYK 0.81 0.64 0 0.54
HSL 228º 0.67% 0.28% -
HSV(B) 228º 0.81% 0.46% -
XYZ 4.45 3.15 17.51 -
YUV 44.98 169.21 112.32 -
System Red Green Blue C M Y K H S L
Decimal 23 42 118 0.81 0.64 0 0.54 228 0.67 0.28
Hex 17 2A 76 51 40 0 36 E4 43 1C
Octal 27 52 166 121 100 0 66 344 103 34
Binary 10111 101010 1110110 1010001 1000000 0 110110 11100100 1000011 11100

Color Harmonies of #172A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172A76

Black with #172A76

Text Example


Text Example

White with #172A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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