Html Css Color HEX #152056 Sapphire

📋 copy color: '#152056'

red 21 ◦ green 32 ◦ blue 86

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

Shades of Sapphire #152056

Tints of Sapphire #152056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 61.87%

R = 15.11%
G = 23.02%
B = 61.87%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#152056 (or 0x152056) is known color: Sapphire. HEX triplet: 15, 20 and 56. RGB value is (21,32,86). Sum of RGB (Red+Green+Blue) = 21+32+86=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #152056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152056 is #EADFA9. Grayscale: #222222. Windows color (decimal): -15392682 or 5644309. OLE color: 5644309.

HSL color Cylindrical-coordinate representation of color #152056: hue angle of 229.85º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152056 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 21 32 86 -
CMYK 0.76 0.63 0 0.66
HSL 229.85º 0.61% 0.21% -
HSV(B) 229.85º 0.76% 0.34% -
XYZ 2.51 1.86 9.03 -
YUV 34.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 21 32 86 0.76 0.63 0 0.66 229.85 0.61 0.21
Hex 15 20 56 4C 3F 0 42 E6 3D 15
Octal 25 40 126 114 77 0 102 346 75 25
Binary 10101 100000 1010110 1001100 111111 0 1000010 11100110 111101 10101

Color Harmonies of #152056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152056

Black with #152056

Text Example


Text Example

White with #152056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152056; }

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

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

background-color css

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

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

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

border-color css

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

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

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