Html Css Color HEX #172F81 Sapphire

📋 copy color: '#172F81'

red 23 ◦ green 47 ◦ blue 129

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

Shades of Sapphire #172F81

Tints of Sapphire #172F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 64.82%

R = 11.56%
G = 23.62%
B = 64.82%

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

#172F81 (or 0x172F81) is known color: Sapphire. HEX triplet: 17, 2F and 81. RGB value is (23,47,129). Sum of RGB (Red+Green+Blue) = 23+47+129=199 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.56% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 129 (50.78% from 255 or 64.82% from 199); Max value from RGB is 129 - color contains mainly: blue. Hex color #172F81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172F81 is #E8D07E. Grayscale: #303030. Windows color (decimal): -15257727 or 8466199. OLE color: 8466199.

HSL color Cylindrical-coordinate representation of color #172F81: hue angle of 226.42º 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 #172F81 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 23 47 129 -
CMYK 0.82 0.64 0 0.49
HSL 226.42º 0.7% 0.3% -
HSV(B) 226.42º 0.82% 0.51% -
XYZ 5.33 3.8 21.22 -
YUV 49.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 23 47 129 0.82 0.64 0 0.49 226.42 0.7 0.3
Hex 17 2F 81 52 40 0 31 E2 46 1E
Octal 27 57 201 122 100 0 61 342 106 36
Binary 10111 101111 10000001 1010010 1000000 0 110001 11100010 1000110 11110

Color Harmonies of #172F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F81

Black with #172F81

Text Example


Text Example

White with #172F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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