#13297B

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

Shades of Sapphire #13297B

Tints of Sapphire #13297B

Color information

#13297B (or 0x13297B) is unknown color: approx Sapphire. HEX triplet: 13, 29 and 7B. RGB value is (19,41,123). Sum of RGB (Red+Green+Blue) = 19+41+123=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #13297B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13297B is #ECD684. Grayscale: #2B2B2B. Windows color (decimal): -15521413 or 8071443. OLE color: 8071443.

HSL color Cylindrical-coordinate representation of color #13297B: hue angle of 227.31º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13297B is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1941123-
CMYK0.850.6700.52
HSL227.31º73.24%27.84%-
HSV(B)227.31º84.55%48.24%-
XYZ4.643.1519.1-
YUV43.77172.71110.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.38%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 123 (48.44% from 255) = 67.21%
R=10.38%
G=22.40%
B=67.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19411230.850.6700.52227.3173.2427.84
Hex13297B5543034e3491c
Octal235117312510306434311134
Binary10011101001111101110101011000011011010011100011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13297B; }

 p { color: rgb(19,41,123); }

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

<style>
 a { background-color: #13297B; }

 a { background-color: rgb(19,41,123); }

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

<style>
 span { border-color: #13297B; }

 span { border-color: rgb(19,41,123); }

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