#152A6F

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

Shades of Sapphire #152A6F

Tints of Sapphire #152A6F

Color information

#152A6F (or 0x152A6F) is unknown color: approx Sapphire. HEX triplet: 15, 2A and 6F. RGB value is (21,42,111). Sum of RGB (Red+Green+Blue) = 21+42+111=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #152A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A6F is #EAD590. Grayscale: #2B2B2B. Windows color (decimal): -15390097 or 7285269. OLE color: 7285269.

HSL color Cylindrical-coordinate representation of color #152A6F: hue angle of 226º 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 #152A6F is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2142111-
CMYK0.810.6200.56
HSL226º68.18%25.88%-
HSV(B)226º81.08%43.53%-
XYZ4.012.9615.4-
YUV43.59166.04111.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 42 (16.80% from 255) = 24.14%
BLUE value IS 111 (43.75% from 255) = 63.79%
R=12.07%
G=24.14%
B=63.79%

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
Decimal21421110.810.6200.5622668.1825.88
Hex152A6F513E038e2441a
Octal25521571217607034210432
Binary1010110101011011111010001111110011100011100010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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