Html Css Color HEX #153160 Sapphire

📋 copy color: '#153160'

red 21 ◦ green 49 ◦ blue 96

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

Shades of Sapphire #153160

Tints of Sapphire #153160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 57.83%

R = 12.65%
G = 29.52%
B = 57.83%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153160 (or 0x153160) is known color: Sapphire. HEX triplet: 15, 31 and 60. RGB value is (21,49,96). Sum of RGB (Red+Green+Blue) = 21+49+96=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #153160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153160 is #EACE9F. Grayscale: #2D2D2D. Windows color (decimal): -15388320 or 6304021. OLE color: 6304021.

HSL color Cylindrical-coordinate representation of color #153160: hue angle of 217.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #153160 is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 49 96 -
CMYK 0.78 0.49 0 0.62
HSL 217.6º 0.64% 0.23% -
HSV(B) 217.6º 0.78% 0.38% -
XYZ 3.52 3.2 11.5 -
YUV 45.99 156.22 110.18 -
System Red Green Blue C M Y K H S L
Decimal 21 49 96 0.78 0.49 0 0.62 217.6 0.64 0.23
Hex 15 31 60 4E 31 0 3E DA 40 17
Octal 25 61 140 116 61 0 76 332 100 27
Binary 10101 110001 1100000 1001110 110001 0 111110 11011010 1000000 10111

Color Harmonies of #153160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153160

Black with #153160

Text Example


Text Example

White with #153160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153160; }

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

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

background-color css

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

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

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

border-color css

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

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

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