Html Css Color HEX #173272 Sapphire

📋 copy color: '#173272'

red 23 ◦ green 50 ◦ blue 114

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

Shades of Sapphire #173272

Tints of Sapphire #173272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

 BLUE value IS 114 (44.92% from 255) = 60.96%

R = 12.3%
G = 26.74%
B = 60.96%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#173272 (or 0x173272) is known color: Sapphire. HEX triplet: 17, 32 and 72. RGB value is (23,50,114). Sum of RGB (Red+Green+Blue) = 23+50+114=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #173272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173272 is #E8CD8D. Grayscale: #303030. Windows color (decimal): -15256974 or 7483927. OLE color: 7483927.

HSL color Cylindrical-coordinate representation of color #173272: hue angle of 222.2º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #173272 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 50 114 -
CMYK 0.80 0.56 0 0.55
HSL 222.2º 0.66% 0.27% -
HSV(B) 222.2º 0.8% 0.45% -
XYZ 4.53 3.68 16.39 -
YUV 49.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 23 50 114 0.80 0.56 0 0.55 222.2 0.66 0.27
Hex 17 32 72 50 38 0 37 DE 42 1B
Octal 27 62 162 120 70 0 67 336 102 33
Binary 10111 110010 1110010 1010000 111000 0 110111 11011110 1000010 11011

Color Harmonies of #173272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173272

Black with #173272

Text Example


Text Example

White with #173272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173272; }

 p { color: rgb(23,50,114); }

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

background-color css

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

 a { background-color: rgb(23,50,114); }

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

border-color css

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

 span { border-color: rgb(23,50,114); }

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