#152A67

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

Shades of Sapphire #152A67

Tints of Sapphire #152A67

Color information

#152A67 (or 0x152A67) is unknown color: approx Sapphire. HEX triplet: 15, 2A and 67. RGB value is (21,42,103). Sum of RGB (Red+Green+Blue) = 21+42+103=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 103 (40.62% from 255 or 62.05% from 166); Max value from RGB is 103 - color contains mainly: blue. Hex color #152A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A67 is #EAD598. Grayscale: #2A2A2A. Windows color (decimal): -15390105 or 6760981. OLE color: 6760981.

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

Color convert

RGB2142103-
CMYK0.800.5900.60
HSL224.63º66.13%24.31%-
HSV(B)224.63º79.61%40.39%-
XYZ3.592.7913.18-
YUV42.68162.04112.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.65%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 103 (40.62% from 255) = 62.05%
R=12.65%
G=25.30%
B=62.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21421030.800.5900.60224.6366.1324.31
Hex152A67503B03Ce14218
Octal25521471207307434110230
Binary1010110101011001111010000111011011110011100001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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