#152D7A

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

Shades of Sapphire #152D7A

Tints of Sapphire #152D7A

Color information

#152D7A (or 0x152D7A) is unknown color: approx Sapphire. HEX triplet: 15, 2D and 7A. RGB value is (21,45,122). Sum of RGB (Red+Green+Blue) = 21+45+122=188 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.17% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 122 (48.05% from 255 or 64.89% from 188); Max value from RGB is 122 - color contains mainly: blue. Hex color #152D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D7A is #EAD285. Grayscale: #2E2E2E. Windows color (decimal): -15389318 or 8006933. OLE color: 8006933.

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

Color convert

RGB2145122-
CMYK0.830.6300.52
HSL225.74º70.63%28.04%-
HSV(B)225.74º82.79%47.84%-
XYZ4.763.4418.83-
YUV46.6170.55109.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.17%
GREEN value IS 45 (17.97% from 255) = 23.94%
BLUE value IS 122 (48.05% from 255) = 64.89%
R=11.17%
G=23.94%
B=64.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21451220.830.6300.52225.7470.6328.04
Hex152D7A533F034e2471c
Octal25551721237706434210734
Binary1010110110111110101010011111111011010011100010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,45,122); }

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

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

 a { background-color: rgb(21,45,122); }

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

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

 span { border-color: rgb(21,45,122); }

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