Html Css Color HEX #152059 Sapphire

📋 copy color: '#152059'

red 21 ◦ green 32 ◦ blue 89

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

Shades of Sapphire #152059

Tints of Sapphire #152059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.54%

 BLUE value IS 89 (35.16% from 255) = 62.68%

R = 14.79%
G = 22.54%
B = 62.68%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#152059 (or 0x152059) is known color: Sapphire. HEX triplet: 15, 20 and 59. RGB value is (21,32,89). Sum of RGB (Red+Green+Blue) = 21+32+89=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #152059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152059 is #EADFA6. Grayscale: #222222. Windows color (decimal): -15392679 or 5840917. OLE color: 5840917.

HSL color Cylindrical-coordinate representation of color #152059: hue angle of 230.29º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152059 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 21 32 89 -
CMYK 0.76 0.64 0 0.65
HSL 230.29º 0.62% 0.22% -
HSV(B) 230.29º 0.76% 0.35% -
XYZ 2.63 1.91 9.68 -
YUV 35.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 21 32 89 0.76 0.64 0 0.65 230.29 0.62 0.22
Hex 15 20 59 4C 40 0 41 E6 3E 16
Octal 25 40 131 114 100 0 101 346 76 26
Binary 10101 100000 1011001 1001100 1000000 0 1000001 11100110 111110 10110

Color Harmonies of #152059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152059

Black with #152059

Text Example


Text Example

White with #152059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152059; }

 p { color: rgb(21,32,89); }

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

background-color css

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

 a { background-color: rgb(21,32,89); }

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

border-color css

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

 span { border-color: rgb(21,32,89); }

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