#152F7F

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

Shades of Sapphire #152F7F

Tints of Sapphire #152F7F

Color information

#152F7F (or 0x152F7F) is unknown color: approx Sapphire. HEX triplet: 15, 2F and 7F. RGB value is (21,47,127). Sum of RGB (Red+Green+Blue) = 21+47+127=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #152F7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F7F is #EAD080. Grayscale: #2F2F2F. Windows color (decimal): -15388801 or 8335125. OLE color: 8335125.

HSL color Cylindrical-coordinate representation of color #152F7F: hue angle of 225.28º 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 #152F7F is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2147127-
CMYK0.830.6300.50
HSL225.28º71.62%29.02%-
HSV(B)225.28º83.46%49.8%-
XYZ5.163.7220.53-
YUV48.35172.39108.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.77%
GREEN value IS 47 (18.75% from 255) = 24.10%
BLUE value IS 127 (50% from 255) = 65.13%
R=10.77%
G=24.10%
B=65.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21471270.830.6300.50225.2871.6229.02
Hex152F7F533F032e1481d
Octal25571771237706234111035
Binary1010110111111111111010011111111011001011100001100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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