Html Css Color HEX #152257 Sapphire

📋 copy color: '#152257'

red 21 ◦ green 34 ◦ blue 87

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

Shades of Sapphire #152257

Tints of Sapphire #152257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 61.27%

R = 14.79%
G = 23.94%
B = 61.27%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#152257 (or 0x152257) is known color: Sapphire. HEX triplet: 15, 22 and 57. RGB value is (21,34,87). Sum of RGB (Red+Green+Blue) = 21+34+87=142 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.79% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #152257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152257 is #EADDA8. Grayscale: #232323. Windows color (decimal): -15392169 or 5710357. OLE color: 5710357.

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

Color convert

RGB 21 34 87 -
CMYK 0.76 0.61 0 0.66
HSL 228.18º 0.61% 0.21% -
HSV(B) 228.18º 0.76% 0.34% -
XYZ 2.6 1.99 9.26 -
YUV 36.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 21 34 87 0.76 0.61 0 0.66 228.18 0.61 0.21
Hex 15 22 57 4C 3D 0 42 E4 3D 15
Octal 25 42 127 114 75 0 102 344 75 25
Binary 10101 100010 1010111 1001100 111101 0 1000010 11100100 111101 10101

Color Harmonies of #152257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152257

Black with #152257

Text Example


Text Example

White with #152257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152257; }

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

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

background-color css

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

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

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

border-color css

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

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

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