Html Css Color HEX #152556 Sapphire

📋 copy color: '#152556'

red 21 ◦ green 37 ◦ blue 86

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

Shades of Sapphire #152556

Tints of Sapphire #152556

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.69%

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

R = 14.58%
G = 25.69%
B = 59.72%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#152556 (or 0x152556) is known color: Sapphire. HEX triplet: 15, 25 and 56. RGB value is (21,37,86). Sum of RGB (Red+Green+Blue) = 21+37+86=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 86 (33.98% from 255 or 59.72% from 144); Max value from RGB is 86 - color contains mainly: blue. Hex color #152556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152556 is #EADAA9. Grayscale: #252525. Windows color (decimal): -15391402 or 5645589. OLE color: 5645589.

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

Color convert

RGB 21 37 86 -
CMYK 0.76 0.57 0 0.66
HSL 225.23º 0.61% 0.21% -
HSV(B) 225.23º 0.76% 0.34% -
XYZ 2.65 2.15 9.08 -
YUV 37.8 155.2 116.02 -
System Red Green Blue C M Y K H S L
Decimal 21 37 86 0.76 0.57 0 0.66 225.23 0.61 0.21
Hex 15 25 56 4C 39 0 42 E1 3D 15
Octal 25 45 126 114 71 0 102 341 75 25
Binary 10101 100101 1010110 1001100 111001 0 1000010 11100001 111101 10101

Color Harmonies of #152556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152556

Black with #152556

Text Example


Text Example

White with #152556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152556; }

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

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

background-color css

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

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

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

border-color css

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

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

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