#19307A

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

Shades of Sapphire #19307A

Tints of Sapphire #19307A

Color information

#19307A (or 0x19307A) is unknown color: approx Sapphire. HEX triplet: 19, 30 and 7A. RGB value is (25,48,122). Sum of RGB (Red+Green+Blue) = 25+48+122=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 122 (48.05% from 255 or 62.56% from 195); Max value from RGB is 122 - color contains mainly: blue. Hex color #19307A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19307A is #E6CF85. Grayscale: #313131. Windows color (decimal): -15126406 or 8007705. OLE color: 8007705.

HSL color Cylindrical-coordinate representation of color #19307A: hue angle of 225.77º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19307A is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2548122-
CMYK0.800.6100.52
HSL225.77º65.99%28.82%-
HSV(B)225.77º79.51%47.84%-
XYZ4.973.7318.87-
YUV49.56168.88110.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 122 (48.05% from 255) = 62.56%
R=12.82%
G=24.62%
B=62.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25481220.800.6100.52225.7765.9928.82
Hex19307A503D034e2421d
Octal31601721207506434210235
Binary1100111000011110101010000111101011010011100010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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