Html Css Color HEX #153180 Sapphire

📋 copy color: '#153180'

red 21 ◦ green 49 ◦ blue 128

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

Shades of Sapphire #153180

Tints of Sapphire #153180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 64.65%

R = 10.61%
G = 24.75%
B = 64.65%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#153180 (or 0x153180) is known color: Sapphire. HEX triplet: 15, 31 and 80. RGB value is (21,49,128). Sum of RGB (Red+Green+Blue) = 21+49+128=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 128 (50.39% from 255 or 64.65% from 198); Max value from RGB is 128 - color contains mainly: blue. Hex color #153180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153180 is #EACE7F. Grayscale: #313131. Windows color (decimal): -15388288 or 8401173. OLE color: 8401173.

HSL color Cylindrical-coordinate representation of color #153180: hue angle of 224.3º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153180 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 49 128 -
CMYK 0.84 0.62 0 0.50
HSL 224.3º 0.72% 0.29% -
HSV(B) 224.3º 0.84% 0.5% -
XYZ 5.3 3.91 20.9 -
YUV 49.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 21 49 128 0.84 0.62 0 0.50 224.3 0.72 0.29
Hex 15 31 80 54 3E 0 32 E0 48 1D
Octal 25 61 200 124 76 0 62 340 110 35
Binary 10101 110001 10000000 1010100 111110 0 110010 11100000 1001000 11101

Color Harmonies of #153180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153180

Black with #153180

Text Example


Text Example

White with #153180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153180; }

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

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

background-color css

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

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

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

border-color css

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

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

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