#15337A

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

Shades of Sapphire #15337A

Tints of Sapphire #15337A

Color information

#15337A (or 0x15337A) is unknown color: approx Sapphire. HEX triplet: 15, 33 and 7A. RGB value is (21,51,122). Sum of RGB (Red+Green+Blue) = 21+51+122=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 122 (48.05% from 255 or 62.89% from 194); Max value from RGB is 122 - color contains mainly: blue. Hex color #15337A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15337A is #EACC85. Grayscale: #313131. Windows color (decimal): -15387782 or 8008469. OLE color: 8008469.

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

Color convert

RGB2151122-
CMYK0.830.5800.52
HSL222.18º70.63%28.04%-
HSV(B)222.18º82.79%47.84%-
XYZ5.013.9318.91-
YUV50.12168.56107.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 51 (20.31% from 255) = 26.29%
BLUE value IS 122 (48.05% from 255) = 62.89%
R=10.82%
G=26.29%
B=62.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21511220.830.5800.52222.1870.6328.04
Hex15337A533A034de471c
Octal25631721237206433610734
Binary1010111001111110101010011111010011010011011110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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