#15225A

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

Shades of Sapphire #15225A

Tints of Sapphire #15225A

Color information

#15225A (or 0x15225A) is unknown color: approx Sapphire. HEX triplet: 15, 22 and 5A. RGB value is (21,34,90). Sum of RGB (Red+Green+Blue) = 21+34+90=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #15225A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15225A is #EADDA5. Grayscale: #242424. Windows color (decimal): -15392166 or 5906965. OLE color: 5906965.

HSL color Cylindrical-coordinate representation of color #15225A: hue angle of 228.7º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15225A is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB213490-
CMYK0.770.6200.65
HSL228.7º62.16%21.76%-
HSV(B)228.7º76.67%35.29%-
XYZ2.732.049.92-
YUV36.5158.19116.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 34 (13.67% from 255) = 23.45%
BLUE value IS 90 (35.55% from 255) = 62.07%
R=14.48%
G=23.45%
B=62.07%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2134900.770.6200.65228.762.1621.76
Hex15225A4D3E041e53e16
Octal25421321157601013457626
Binary1010110001010110101001101111110010000011110010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15225A; }

 p { color: rgb(21,34,90); }

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

<style>
 a { background-color: #15225A; }

 a { background-color: rgb(21,34,90); }

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

<style>
 span { border-color: #15225A; }

 span { border-color: rgb(21,34,90); }

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