Html Css Color HEX #173070 Sapphire

📋 copy color: '#173070'

red 23 ◦ green 48 ◦ blue 112

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

Shades of Sapphire #173070

Tints of Sapphire #173070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.23%

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

R = 12.57%
G = 26.23%
B = 61.2%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#173070 (or 0x173070) is known color: Sapphire. HEX triplet: 17, 30 and 70. RGB value is (23,48,112). Sum of RGB (Red+Green+Blue) = 23+48+112=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #173070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173070 is #E8CF8F. Grayscale: #2F2F2F. Windows color (decimal): -15257488 or 7352343. OLE color: 7352343.

HSL color Cylindrical-coordinate representation of color #173070: hue angle of 223.15º 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 #173070 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 48 112 -
CMYK 0.79 0.57 0 0.56
HSL 223.15º 0.66% 0.26% -
HSV(B) 223.15º 0.79% 0.44% -
XYZ 4.33 3.47 15.77 -
YUV 47.82 164.22 110.3 -
System Red Green Blue C M Y K H S L
Decimal 23 48 112 0.79 0.57 0 0.56 223.15 0.66 0.26
Hex 17 30 70 4F 39 0 38 DF 42 1A
Octal 27 60 160 117 71 0 70 337 102 32
Binary 10111 110000 1110000 1001111 111001 0 111000 11011111 1000010 11010

Color Harmonies of #173070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173070

Black with #173070

Text Example


Text Example

White with #173070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173070; }

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

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

background-color css

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

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

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

border-color css

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

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

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