#152E7F

Color #152E7F Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #152E7F

Tints of Sapphire #152E7F

Color information

#152E7F (or 0x152E7F) is unknown color: approx Sapphire. HEX triplet: 15, 2E and 7F. RGB value is (21,46,127). Sum of RGB (Red+Green+Blue) = 21+46+127=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 127 (50% from 255 or 65.46% from 194); Max value from RGB is 127 - color contains mainly: blue. Hex color #152E7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E7F is #EAD180. Grayscale: #2F2F2F. Windows color (decimal): -15389057 or 8334869. OLE color: 8334869.

HSL color Cylindrical-coordinate representation of color #152E7F: hue angle of 225.85º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #152E7F is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2146127-
CMYK0.830.6400.50
HSL225.85º71.62%29.02%-
HSV(B)225.85º83.46%49.8%-
XYZ5.123.6520.51-
YUV47.76172.72108.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 46 (18.36% from 255) = 23.71%
BLUE value IS 127 (50% from 255) = 65.46%
R=10.82%
G=23.71%
B=65.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21461270.830.6400.50225.8571.6229.02
Hex152E7F5340032e2481d
Octal255617712310006234211035
Binary10101101110111111110100111000000011001011100010100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152E7F; }

 p { color: rgb(21,46,127); }

 H1.HeaderClassName
 {
   color: #152E7F;
 }
 .AnyTagClassName
 {
   color: #152E7F;
 }
</style>
background-color css

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

 a { background-color: rgb(21,46,127); }

 div.DivClassName
 {
   background-color: #152E7F;
 }
 .BgClassName
 {
   background-color: #152E7F;
 }
</style>
border-color css

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

 span { border-color: rgb(21,46,127); }

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