Html Css Color HEX #152156 Sapphire

📋 copy color: '#152156'

red 21 ◦ green 33 ◦ blue 86

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

Shades of Sapphire #152156

Tints of Sapphire #152156

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.57%

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

R = 15%
G = 23.57%
B = 61.43%

CMYK

 C value IS 0.76

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#152156 (or 0x152156) is known color: Sapphire. HEX triplet: 15, 21 and 56. RGB value is (21,33,86). Sum of RGB (Red+Green+Blue) = 21+33+86=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #152156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152156 is #EADEA9. Grayscale: #232323. Windows color (decimal): -15392426 or 5644565. OLE color: 5644565.

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

Color convert

RGB 21 33 86 -
CMYK 0.76 0.62 0 0.66
HSL 228.92º 0.61% 0.21% -
HSV(B) 228.92º 0.76% 0.34% -
XYZ 2.53 1.92 9.04 -
YUV 35.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 21 33 86 0.76 0.62 0 0.66 228.92 0.61 0.21
Hex 15 21 56 4C 3E 0 42 E5 3D 15
Octal 25 41 126 114 76 0 102 345 75 25
Binary 10101 100001 1010110 1001100 111110 0 1000010 11100101 111101 10101

Color Harmonies of #152156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152156

Black with #152156

Text Example


Text Example

White with #152156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152156; }

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

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

background-color css

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

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

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

border-color css

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

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

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