Html Css Color HEX #172970 Sapphire

📋 copy color: '#172970'

red 23 ◦ green 41 ◦ blue 112

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

Shades of Sapphire #172970

Tints of Sapphire #172970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.3%

 BLUE value IS 112 (44.14% from 255) = 63.64%

R = 13.07%
G = 23.3%
B = 63.64%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#172970 (or 0x172970) is known color: Sapphire. HEX triplet: 17, 29 and 70. RGB value is (23,41,112). Sum of RGB (Red+Green+Blue) = 23+41+112=176 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.07% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #172970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172970 is #E8D68F. Grayscale: #2B2B2B. Windows color (decimal): -15259280 or 7350551. OLE color: 7350551.

HSL color Cylindrical-coordinate representation of color #172970: hue angle of 227.87º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #172970 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 41 112 -
CMYK 0.79 0.63 0 0.56
HSL 227.87º 0.66% 0.26% -
HSV(B) 227.87º 0.79% 0.44% -
XYZ 4.07 2.94 15.68 -
YUV 43.71 166.54 113.23 -
System Red Green Blue C M Y K H S L
Decimal 23 41 112 0.79 0.63 0 0.56 227.87 0.66 0.26
Hex 17 29 70 4F 3F 0 38 E4 42 1A
Octal 27 51 160 117 77 0 70 344 102 32
Binary 10111 101001 1110000 1001111 111111 0 111000 11100100 1000010 11010

Color Harmonies of #172970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172970

Black with #172970

Text Example


Text Example

White with #172970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172970; }

 p { color: rgb(23,41,112); }

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

background-color css

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

 a { background-color: rgb(23,41,112); }

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

border-color css

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

 span { border-color: rgb(23,41,112); }

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