#152C79

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

Shades of Sapphire #152C79

Tints of Sapphire #152C79

Color information

#152C79 (or 0x152C79) is unknown color: approx Sapphire. HEX triplet: 15, 2C and 79. RGB value is (21,44,121). Sum of RGB (Red+Green+Blue) = 21+44+121=186 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.29% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 121 (47.66% from 255 or 65.05% from 186); Max value from RGB is 121 - color contains mainly: blue. Hex color #152C79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C79 is #EAD386. Grayscale: #2D2D2D. Windows color (decimal): -15389575 or 7941141. OLE color: 7941141.

HSL color Cylindrical-coordinate representation of color #152C79: hue angle of 226.2º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #152C79 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2144121-
CMYK0.830.6400.53
HSL226.2º70.42%27.84%-
HSV(B)226.2º82.64%47.45%-
XYZ4.663.3418.49-
YUV45.9170.38110.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.29%
GREEN value IS 44 (17.58% from 255) = 23.66%
BLUE value IS 121 (47.66% from 255) = 65.05%
R=11.29%
G=23.66%
B=65.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21441210.830.6400.53226.270.4227.84
Hex152C795340035e2461c
Octal255417112310006534210634
Binary10101101100111100110100111000000011010111100010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,44,121); }

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

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

 a { background-color: rgb(21,44,121); }

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

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

 span { border-color: rgb(21,44,121); }

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