#152A70

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

Shades of Sapphire #152A70

Tints of Sapphire #152A70

Color information

#152A70 (or 0x152A70) is unknown color: approx Sapphire. HEX triplet: 15, 2A and 70. RGB value is (21,42,112). Sum of RGB (Red+Green+Blue) = 21+42+112=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #152A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A70 is #EAD58F. Grayscale: #2B2B2B. Windows color (decimal): -15390096 or 7350805. OLE color: 7350805.

HSL color Cylindrical-coordinate representation of color #152A70: hue angle of 226.15º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #152A70 is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2142112-
CMYK0.810.6200.56
HSL226.15º68.42%26.08%-
HSV(B)226.15º81.25%43.92%-
XYZ4.062.9915.69-
YUV43.7166.54111.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 42 (16.80% from 255) = 24%
BLUE value IS 112 (44.14% from 255) = 64%
R=12%
G=24%
B=64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21421120.810.6200.56226.1568.4226.08
Hex152A70513E038e2441a
Octal25521601217607034210432
Binary1010110101011100001010001111110011100011100010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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