#152B75

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

Shades of Sapphire #152B75

Tints of Sapphire #152B75

Color information

#152B75 (or 0x152B75) is unknown color: approx Sapphire. HEX triplet: 15, 2B and 75. RGB value is (21,43,117). Sum of RGB (Red+Green+Blue) = 21+43+117=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #152B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B75 is #EAD48A. Grayscale: #2C2C2C. Windows color (decimal): -15389835 or 7678741. OLE color: 7678741.

HSL color Cylindrical-coordinate representation of color #152B75: hue angle of 226.25º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152B75 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2143117-
CMYK0.820.6300.54
HSL226.25º69.57%27.06%-
HSV(B)226.25º82.05%45.88%-
XYZ4.383.1717.21-
YUV44.86168.71110.98-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 43 (17.19% from 255) = 23.76%
BLUE value IS 117 (46.09% from 255) = 64.64%
R=11.60%
G=23.76%
B=64.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21431170.820.6300.54226.2569.5727.06
Hex152B75523F036e2461b
Octal25531651227706634210633
Binary1010110101111101011010010111111011011011100010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,43,117); }

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

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

 a { background-color: rgb(21,43,117); }

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

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

 span { border-color: rgb(21,43,117); }

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