Html Css Color HEX #152456 Sapphire

📋 copy color: '#152456'

red 21 ◦ green 36 ◦ blue 86

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

Shades of Sapphire #152456

Tints of Sapphire #152456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.17%

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

R = 14.69%
G = 25.17%
B = 60.14%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#152456 (or 0x152456) is known color: Sapphire. HEX triplet: 15, 24 and 56. RGB value is (21,36,86). Sum of RGB (Red+Green+Blue) = 21+36+86=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #152456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152456 is #EADBA9. Grayscale: #252525. Windows color (decimal): -15391658 or 5645333. OLE color: 5645333.

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

Color convert

RGB 21 36 86 -
CMYK 0.76 0.58 0 0.66
HSL 226.15º 0.61% 0.21% -
HSV(B) 226.15º 0.76% 0.34% -
XYZ 2.62 2.09 9.07 -
YUV 37.22 155.53 116.43 -
System Red Green Blue C M Y K H S L
Decimal 21 36 86 0.76 0.58 0 0.66 226.15 0.61 0.21
Hex 15 24 56 4C 3A 0 42 E2 3D 15
Octal 25 44 126 114 72 0 102 342 75 25
Binary 10101 100100 1010110 1001100 111010 0 1000010 11100010 111101 10101

Color Harmonies of #152456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152456

Black with #152456

Text Example


Text Example

White with #152456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152456; }

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

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

background-color css

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

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

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

border-color css

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

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

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