Html Css Color HEX #152057 Sapphire

📋 copy color: '#152057'

red 21 ◦ green 32 ◦ blue 87

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

Shades of Sapphire #152057

Tints of Sapphire #152057

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.86%

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

R = 15%
G = 22.86%
B = 62.14%

CMYK

 C value IS 0.76

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#152057 (or 0x152057) is known color: Sapphire. HEX triplet: 15, 20 and 57. RGB value is (21,32,87). Sum of RGB (Red+Green+Blue) = 21+32+87=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #152057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152057 is #EADFA8. Grayscale: #222222. Windows color (decimal): -15392681 or 5709845. OLE color: 5709845.

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

Color convert

RGB 21 32 87 -
CMYK 0.76 0.63 0 0.66
HSL 230º 0.61% 0.21% -
HSV(B) 230º 0.76% 0.34% -
XYZ 2.55 1.88 9.25 -
YUV 34.98 157.36 118.03 -
System Red Green Blue C M Y K H S L
Decimal 21 32 87 0.76 0.63 0 0.66 230 0.61 0.21
Hex 15 20 57 4C 3F 0 42 E6 3D 15
Octal 25 40 127 114 77 0 102 346 75 25
Binary 10101 100000 1010111 1001100 111111 0 1000010 11100110 111101 10101

Color Harmonies of #152057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152057

Black with #152057

Text Example


Text Example

White with #152057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152057; }

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

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

background-color css

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

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

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

border-color css

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

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

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