Html Css Color HEX #152256 Sapphire

📋 copy color: '#152256'

red 21 ◦ green 34 ◦ blue 86

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

Shades of Sapphire #152256

Tints of Sapphire #152256

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.11%

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

R = 14.89%
G = 24.11%
B = 60.99%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#152256 (or 0x152256) is known color: Sapphire. HEX triplet: 15, 22 and 56. RGB value is (21,34,86). Sum of RGB (Red+Green+Blue) = 21+34+86=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 86 (33.98% from 255 or 60.99% from 141); Max value from RGB is 86 - color contains mainly: blue. Hex color #152256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152256 is #EADDA9. Grayscale: #232323. Windows color (decimal): -15392170 or 5644821. OLE color: 5644821.

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

Color convert

RGB 21 34 86 -
CMYK 0.76 0.60 0 0.66
HSL 228º 0.61% 0.21% -
HSV(B) 228º 0.76% 0.34% -
XYZ 2.56 1.98 9.05 -
YUV 36.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 21 34 86 0.76 0.60 0 0.66 228 0.61 0.21
Hex 15 22 56 4C 3C 0 42 E4 3D 15
Octal 25 42 126 114 74 0 102 344 75 25
Binary 10101 100010 1010110 1001100 111100 0 1000010 11100100 111101 10101

Color Harmonies of #152256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152256

Black with #152256

Text Example


Text Example

White with #152256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152256; }

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

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

background-color css

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

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

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

border-color css

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

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

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