#152E6B

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

Shades of Sapphire #152E6B

Tints of Sapphire #152E6B

Color information

#152E6B (or 0x152E6B) is unknown color: approx Sapphire. HEX triplet: 15, 2E and 6B. RGB value is (21,46,107). Sum of RGB (Red+Green+Blue) = 21+46+107=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 107 (42.19% from 255 or 61.49% from 174); Max value from RGB is 107 - color contains mainly: blue. Hex color #152E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E6B is #EAD194. Grayscale: #2D2D2D. Windows color (decimal): -15389077 or 7024149. OLE color: 7024149.

HSL color Cylindrical-coordinate representation of color #152E6B: hue angle of 222.56º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #152E6B is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2146107-
CMYK0.800.5700.58
HSL222.56º67.19%25.1%-
HSV(B)222.56º80.37%41.96%-
XYZ3.943.1714.32-
YUV45.48162.72110.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 46 (18.36% from 255) = 26.44%
BLUE value IS 107 (42.19% from 255) = 61.49%
R=12.07%
G=26.44%
B=61.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal21461070.800.5700.58222.5667.1925.1
Hex152E6B503903Adf4319
Octal25561531207107233710331
Binary1010110111011010111010000111001011101011011111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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