Html Css Color HEX #172F76 Sapphire

📋 copy color: '#172F76'

red 23 ◦ green 47 ◦ blue 118

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

Shades of Sapphire #172F76

Tints of Sapphire #172F76

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25%

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

R = 12.23%
G = 25%
B = 62.77%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#172F76 (or 0x172F76) is known color: Sapphire. HEX triplet: 17, 2F and 76. RGB value is (23,47,118). Sum of RGB (Red+Green+Blue) = 23+47+118=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #172F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F76 is #E8D089. Grayscale: #2F2F2F. Windows color (decimal): -15257738 or 7745303. OLE color: 7745303.

HSL color Cylindrical-coordinate representation of color #172F76: hue angle of 224.84º 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 #172F76 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 23 47 118 -
CMYK 0.81 0.60 0 0.54
HSL 224.84º 0.67% 0.28% -
HSV(B) 224.84º 0.81% 0.46% -
XYZ 4.64 3.52 17.58 -
YUV 47.92 167.55 110.23 -
System Red Green Blue C M Y K H S L
Decimal 23 47 118 0.81 0.60 0 0.54 224.84 0.67 0.28
Hex 17 2F 76 51 3C 0 36 E1 43 1C
Octal 27 57 166 121 74 0 66 341 103 34
Binary 10111 101111 1110110 1010001 111100 0 110110 11100001 1000011 11100

Color Harmonies of #172F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F76

Black with #172F76

Text Example


Text Example

White with #172F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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