Html Css Color HEX #172F82 Sapphire

📋 copy color: '#172F82'

red 23 ◦ green 47 ◦ blue 130

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

Shades of Sapphire #172F82

Tints of Sapphire #172F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 65%

R = 11.5%
G = 23.5%
B = 65%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#172F82 (or 0x172F82) is known color: Sapphire. HEX triplet: 17, 2F and 82. RGB value is (23,47,130). Sum of RGB (Red+Green+Blue) = 23+47+130=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #172F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172F82 is #E8D07D. Grayscale: #303030. Windows color (decimal): -15257726 or 8531735. OLE color: 8531735.

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

Color convert

RGB 23 47 130 -
CMYK 0.82 0.64 0 0.49
HSL 226.54º 0.7% 0.3% -
HSV(B) 226.54º 0.82% 0.51% -
XYZ 5.4 3.83 21.57 -
YUV 49.29 173.55 109.25 -
System Red Green Blue C M Y K H S L
Decimal 23 47 130 0.82 0.64 0 0.49 226.54 0.7 0.3
Hex 17 2F 82 52 40 0 31 E3 46 1E
Octal 27 57 202 122 100 0 61 343 106 36
Binary 10111 101111 10000010 1010010 1000000 0 110001 11100011 1000110 11110

Color Harmonies of #172F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F82

Black with #172F82

Text Example


Text Example

White with #172F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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