Html Css Color HEX #152656 Sapphire

📋 copy color: '#152656'

red 21 ◦ green 38 ◦ blue 86

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

Shades of Sapphire #152656

Tints of Sapphire #152656

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.21%

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

R = 14.48%
G = 26.21%
B = 59.31%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#152656 (or 0x152656) is known color: Sapphire. HEX triplet: 15, 26 and 56. RGB value is (21,38,86). Sum of RGB (Red+Green+Blue) = 21+38+86=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #152656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152656 is #EAD9A9. Grayscale: #262626. Windows color (decimal): -15391146 or 5645845. OLE color: 5645845.

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

Color convert

RGB 21 38 86 -
CMYK 0.76 0.56 0 0.66
HSL 224.31º 0.61% 0.21% -
HSV(B) 224.31º 0.76% 0.34% -
XYZ 2.68 2.22 9.09 -
YUV 38.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 21 38 86 0.76 0.56 0 0.66 224.31 0.61 0.21
Hex 15 26 56 4C 38 0 42 E0 3D 15
Octal 25 46 126 114 70 0 102 340 75 25
Binary 10101 100110 1010110 1001100 111000 0 1000010 11100000 111101 10101

Color Harmonies of #152656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152656

Black with #152656

Text Example


Text Example

White with #152656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152656; }

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

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

background-color css

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

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

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

border-color css

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

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

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