#152E6D

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

Shades of Sapphire #152E6D

Tints of Sapphire #152E6D

Color information

#152E6D (or 0x152E6D) is unknown color: approx Sapphire. HEX triplet: 15, 2E and 6D. RGB value is (21,46,109). Sum of RGB (Red+Green+Blue) = 21+46+109=176 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.93% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #152E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E6D is #EAD192. Grayscale: #2D2D2D. Windows color (decimal): -15389075 or 7155221. OLE color: 7155221.

HSL color Cylindrical-coordinate representation of color #152E6D: hue angle of 222.95º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #152E6D is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2146109-
CMYK0.810.5800.57
HSL222.95º67.69%25.49%-
HSV(B)222.95º80.73%42.75%-
XYZ4.053.2214.88-
YUV45.71163.72110.38-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.93%
GREEN value IS 46 (18.36% from 255) = 26.14%
BLUE value IS 109 (42.97% from 255) = 61.93%
R=11.93%
G=26.14%
B=61.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21461090.810.5800.57222.9567.6925.49
Hex152E6D513A039df4419
Octal25561551217207133710431
Binary1010110111011011011010001111010011100111011111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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