Html Css Color HEX #153176 Sapphire

📋 copy color: '#153176'

red 21 ◦ green 49 ◦ blue 118

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

Shades of Sapphire #153176

Tints of Sapphire #153176

RGB

 RED value IS 21 (8.59% from 255) = 11.17%

 GREEN value IS 49 (19.53% from 255) = 26.06%

 BLUE value IS 118 (46.48% from 255) = 62.77%

R = 11.17%
G = 26.06%
B = 62.77%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#153176 (or 0x153176) is known color: Sapphire. HEX triplet: 15, 31 and 76. RGB value is (21,49,118). Sum of RGB (Red+Green+Blue) = 21+49+118=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #153176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153176 is #EACE89. Grayscale: #303030. Windows color (decimal): -15388298 or 7745813. OLE color: 7745813.

HSL color Cylindrical-coordinate representation of color #153176: hue angle of 222.68º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153176 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 21 49 118 -
CMYK 0.82 0.58 0 0.54
HSL 222.68º 0.7% 0.27% -
HSV(B) 222.68º 0.82% 0.46% -
XYZ 4.68 3.66 17.6 -
YUV 48.49 167.22 108.39 -
System Red Green Blue C M Y K H S L
Decimal 21 49 118 0.82 0.58 0 0.54 222.68 0.7 0.27
Hex 15 31 76 52 3A 0 36 DF 46 1B
Octal 25 61 166 122 72 0 66 337 106 33
Binary 10101 110001 1110110 1010010 111010 0 110110 11011111 1000110 11011

Color Harmonies of #153176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153176

Black with #153176

Text Example


Text Example

White with #153176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153176; }

 p { color: rgb(21,49,118); }

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

background-color css

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

 a { background-color: rgb(21,49,118); }

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

border-color css

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

 span { border-color: rgb(21,49,118); }

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