#152F5C

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

Shades of Sapphire #152F5C

Tints of Sapphire #152F5C

Color information

#152F5C (or 0x152F5C) is unknown color: approx Sapphire. HEX triplet: 15, 2F and 5C. RGB value is (21,47,92). Sum of RGB (Red+Green+Blue) = 21+47+92=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 92 (36.33% from 255 or 57.5% from 160); Max value from RGB is 92 - color contains mainly: blue. Hex color #152F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F5C is #EAD0A3. Grayscale: #2C2C2C. Windows color (decimal): -15388836 or 6041365. OLE color: 6041365.

HSL color Cylindrical-coordinate representation of color #152F5C: hue angle of 218.03º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #152F5C is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB214792-
CMYK0.770.4900.64
HSL218.03º62.83%22.16%-
HSV(B)218.03º77.17%36.08%-
XYZ3.262.9710.53-
YUV44.36154.89111.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 47 (18.75% from 255) = 29.38%
BLUE value IS 92 (36.33% from 255) = 57.5%
R=13.12%
G=29.38%
B=57.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2147920.770.4900.64218.0362.8322.16
Hex152F5C4D31040da3f16
Octal25571341156101003327726
Binary1010110111110111001001101110001010000001101101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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