#152A7C

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

Shades of Sapphire #152A7C

Tints of Sapphire #152A7C

Color information

#152A7C (or 0x152A7C) is unknown color: approx Sapphire. HEX triplet: 15, 2A and 7C. RGB value is (21,42,124). Sum of RGB (Red+Green+Blue) = 21+42+124=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #152A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A7C is #EAD583. Grayscale: #2C2C2C. Windows color (decimal): -15390084 or 8137237. OLE color: 8137237.

HSL color Cylindrical-coordinate representation of color #152A7C: hue angle of 227.77º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #152A7C is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2142124-
CMYK0.830.6600.51
HSL227.77º71.03%28.43%-
HSV(B)227.77º83.06%48.63%-
XYZ4.783.2719.45-
YUV45.07172.54110.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 42 (16.80% from 255) = 22.46%
BLUE value IS 124 (48.83% from 255) = 66.31%
R=11.23%
G=22.46%
B=66.31%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal21421240.830.6600.51227.7771.0328.43
Hex152A7C5342033e4471c
Octal255217412310206334410734
Binary10101101010111110010100111000010011001111100100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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