#19306C

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

Shades of Sapphire #19306C

Tints of Sapphire #19306C

Color information

#19306C (or 0x19306C) is unknown color: approx Sapphire. HEX triplet: 19, 30 and 6C. RGB value is (25,48,108). Sum of RGB (Red+Green+Blue) = 25+48+108=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 108 (42.58% from 255 or 59.67% from 181); Max value from RGB is 108 - color contains mainly: blue. Hex color #19306C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19306C is #E6CF93. Grayscale: #2F2F2F. Windows color (decimal): -15126420 or 7090201. OLE color: 7090201.

HSL color Cylindrical-coordinate representation of color #19306C: hue angle of 223.37º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19306C is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2548108-
CMYK0.770.5600.58
HSL223.37º62.41%26.08%-
HSV(B)223.37º76.85%42.35%-
XYZ4.163.414.62-
YUV47.96161.88111.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.81%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 108 (42.58% from 255) = 59.67%
R=13.81%
G=26.52%
B=59.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25481080.770.5600.58223.3762.4126.08
Hex19306C4D3803Adf3e1a
Octal3160154115700723377632
Binary110011100001101100100110111100001110101101111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19306C; }

 p { color: rgb(25,48,108); }

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

<style>
 a { background-color: #19306C; }

 a { background-color: rgb(25,48,108); }

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

<style>
 span { border-color: #19306C; }

 span { border-color: rgb(25,48,108); }

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