Html Css Color HEX #153060 Sapphire

📋 copy color: '#153060'

red 21 ◦ green 48 ◦ blue 96

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

Shades of Sapphire #153060

Tints of Sapphire #153060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.09%

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

R = 12.73%
G = 29.09%
B = 58.18%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#153060 (or 0x153060) is known color: Sapphire. HEX triplet: 15, 30 and 60. RGB value is (21,48,96). Sum of RGB (Red+Green+Blue) = 21+48+96=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #153060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153060 is #EACF9F. Grayscale: #2D2D2D. Windows color (decimal): -15388576 or 6303765. OLE color: 6303765.

HSL color Cylindrical-coordinate representation of color #153060: hue angle of 218.4º 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 #153060 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 48 96 -
CMYK 0.78 0.50 0 0.62
HSL 218.4º 0.64% 0.23% -
HSV(B) 218.4º 0.78% 0.38% -
XYZ 3.48 3.12 11.48 -
YUV 45.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 21 48 96 0.78 0.50 0 0.62 218.4 0.64 0.23
Hex 15 30 60 4E 32 0 3E DA 40 17
Octal 25 60 140 116 62 0 76 332 100 27
Binary 10101 110000 1100000 1001110 110010 0 111110 11011010 1000000 10111

Color Harmonies of #153060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153060

Black with #153060

Text Example


Text Example

White with #153060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153060; }

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

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

background-color css

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

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

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

border-color css

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

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

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