#152E68

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

Shades of Sapphire #152E68

Tints of Sapphire #152E68

Color information

#152E68 (or 0x152E68) is unknown color: approx Sapphire. HEX triplet: 15, 2E and 68. RGB value is (21,46,104). Sum of RGB (Red+Green+Blue) = 21+46+104=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #152E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E68 is #EAD197. Grayscale: #2C2C2C. Windows color (decimal): -15389080 or 6827541. OLE color: 6827541.

HSL color Cylindrical-coordinate representation of color #152E68: hue angle of 221.93º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #152E68 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2146104-
CMYK0.800.5600.59
HSL221.93º66.4%24.51%-
HSV(B)221.93º79.81%40.78%-
XYZ3.783.1113.5-
YUV45.14161.22110.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 46 (18.36% from 255) = 26.90%
BLUE value IS 104 (41.02% from 255) = 60.82%
R=12.28%
G=26.90%
B=60.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21461040.800.5600.59221.9366.424.51
Hex152E68503803Bde4219
Octal25561501207007333610231
Binary1010110111011010001010000111000011101111011110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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