Html Css Color HEX #172F80 Sapphire

📋 copy color: '#172F80'

red 23 ◦ green 47 ◦ blue 128

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

Shades of Sapphire #172F80

Tints of Sapphire #172F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 64.65%

R = 11.62%
G = 23.74%
B = 64.65%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#172F80 (or 0x172F80) is known color: Sapphire. HEX triplet: 17, 2F and 80. RGB value is (23,47,128). Sum of RGB (Red+Green+Blue) = 23+47+128=198 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.62% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 128 (50.39% from 255 or 64.65% from 198); Max value from RGB is 128 - color contains mainly: blue. Hex color #172F80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172F80 is #E8D07F. Grayscale: #303030. Windows color (decimal): -15257728 or 8400663. OLE color: 8400663.

HSL color Cylindrical-coordinate representation of color #172F80: hue angle of 226.29º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #172F80 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 23 47 128 -
CMYK 0.82 0.63 0 0.50
HSL 226.29º 0.7% 0.3% -
HSV(B) 226.29º 0.82% 0.5% -
XYZ 5.27 3.77 20.87 -
YUV 49.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 23 47 128 0.82 0.63 0 0.50 226.29 0.7 0.3
Hex 17 2F 80 52 3F 0 32 E2 46 1E
Octal 27 57 200 122 77 0 62 342 106 36
Binary 10111 101111 10000000 1010010 111111 0 110010 11100010 1000110 11110

Color Harmonies of #172F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F80

Black with #172F80

Text Example


Text Example

White with #172F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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