#152A65

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

Shades of Sapphire #152A65

Tints of Sapphire #152A65

Color information

#152A65 (or 0x152A65) is unknown color: approx Sapphire. HEX triplet: 15, 2A and 65. RGB value is (21,42,101). Sum of RGB (Red+Green+Blue) = 21+42+101=164 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.80% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 101 (39.84% from 255 or 61.59% from 164); Max value from RGB is 101 - color contains mainly: blue. Hex color #152A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A65 is #EAD59A. Grayscale: #2A2A2A. Windows color (decimal): -15390107 or 6629909. OLE color: 6629909.

HSL color Cylindrical-coordinate representation of color #152A65: hue angle of 224.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152A65 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2142101-
CMYK0.790.5800.60
HSL224.25º65.57%23.92%-
HSV(B)224.25º79.21%39.61%-
XYZ3.492.7512.66-
YUV42.45161.04112.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.80%
GREEN value IS 42 (16.80% from 255) = 25.61%
BLUE value IS 101 (39.84% from 255) = 61.59%
R=12.80%
G=25.61%
B=61.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21421010.790.5800.60224.2565.5723.92
Hex152A654F3A03Ce04218
Octal25521451177207434010230
Binary1010110101011001011001111111010011110011100000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,42,101); }

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

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

 a { background-color: rgb(21,42,101); }

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

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

 span { border-color: rgb(21,42,101); }

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