Html Css Color HEX #172F72 Sapphire

📋 copy color: '#172F72'

red 23 ◦ green 47 ◦ blue 114

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

Shades of Sapphire #172F72

Tints of Sapphire #172F72

RGB

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

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

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

R = 12.5%
G = 25.54%
B = 61.96%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#172F72 (or 0x172F72) is known color: Sapphire. HEX triplet: 17, 2F and 72. RGB value is (23,47,114). Sum of RGB (Red+Green+Blue) = 23+47+114=184 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.5% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #172F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F72 is #E8D08D. Grayscale: #2F2F2F. Windows color (decimal): -15257742 or 7483159. OLE color: 7483159.

HSL color Cylindrical-coordinate representation of color #172F72: hue angle of 224.18º 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 #172F72 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 47 114 -
CMYK 0.80 0.59 0 0.55
HSL 224.18º 0.66% 0.27% -
HSV(B) 224.18º 0.8% 0.45% -
XYZ 4.41 3.43 16.35 -
YUV 47.46 165.55 110.55 -
System Red Green Blue C M Y K H S L
Decimal 23 47 114 0.80 0.59 0 0.55 224.18 0.66 0.27
Hex 17 2F 72 50 3B 0 37 E0 42 1B
Octal 27 57 162 120 73 0 67 340 102 33
Binary 10111 101111 1110010 1010000 111011 0 110111 11100000 1000010 11011

Color Harmonies of #172F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F72

Black with #172F72

Text Example


Text Example

White with #172F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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