Html Css Color HEX #153177 Sapphire

📋 copy color: '#153177'

red 21 ◦ green 49 ◦ blue 119

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

Shades of Sapphire #153177

Tints of Sapphire #153177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 62.96%

R = 11.11%
G = 25.93%
B = 62.96%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#153177 (or 0x153177) is known color: Sapphire. HEX triplet: 15, 31 and 77. RGB value is (21,49,119). Sum of RGB (Red+Green+Blue) = 21+49+119=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #153177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153177 is #EACE88. Grayscale: #303030. Windows color (decimal): -15388297 or 7811349. OLE color: 7811349.

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

Color convert

RGB 21 49 119 -
CMYK 0.82 0.59 0 0.53
HSL 222.86º 0.7% 0.27% -
HSV(B) 222.86º 0.82% 0.47% -
XYZ 4.74 3.69 17.91 -
YUV 48.61 167.72 108.31 -
System Red Green Blue C M Y K H S L
Decimal 21 49 119 0.82 0.59 0 0.53 222.86 0.7 0.27
Hex 15 31 77 52 3B 0 35 DF 46 1B
Octal 25 61 167 122 73 0 65 337 106 33
Binary 10101 110001 1110111 1010010 111011 0 110101 11011111 1000110 11011

Color Harmonies of #153177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153177

Black with #153177

Text Example


Text Example

White with #153177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153177; }

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

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

background-color css

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

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

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

border-color css

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

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

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