#15327A

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

Shades of Sapphire #15327A

Tints of Sapphire #15327A

Color information

#15327A (or 0x15327A) is unknown color: approx Sapphire. HEX triplet: 15, 32 and 7A. RGB value is (21,50,122). Sum of RGB (Red+Green+Blue) = 21+50+122=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 122 (48.05% from 255 or 63.21% from 193); Max value from RGB is 122 - color contains mainly: blue. Hex color #15327A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15327A is #EACD85. Grayscale: #313131. Windows color (decimal): -15388038 or 8008213. OLE color: 8008213.

HSL color Cylindrical-coordinate representation of color #15327A: hue angle of 222.77º 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 #15327A is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2150122-
CMYK0.830.5900.52
HSL222.77º70.63%28.04%-
HSV(B)222.77º82.79%47.84%-
XYZ4.963.8518.89-
YUV49.54168.89107.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.88%
GREEN value IS 50 (19.92% from 255) = 25.91%
BLUE value IS 122 (48.05% from 255) = 63.21%
R=10.88%
G=25.91%
B=63.21%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21501220.830.5900.52222.7770.6328.04
Hex15327A533B034df471c
Octal25621721237306433710734
Binary1010111001011110101010011111011011010011011111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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