#19306E

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

Shades of Sapphire #19306E

Tints of Sapphire #19306E

Color information

#19306E (or 0x19306E) is unknown color: approx Sapphire. HEX triplet: 19, 30 and 6E. RGB value is (25,48,110). Sum of RGB (Red+Green+Blue) = 25+48+110=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #19306E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19306E is #E6CF91. Grayscale: #2F2F2F. Windows color (decimal): -15126418 or 7221273. OLE color: 7221273.

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

Color convert

RGB2548110-
CMYK0.770.5600.57
HSL223.76º62.96%26.47%-
HSV(B)223.76º77.27%43.14%-
XYZ4.273.4515.19-
YUV48.19162.88111.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.66%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 110 (43.36% from 255) = 60.11%
R=13.66%
G=26.23%
B=60.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal25481100.770.5600.57223.7662.9626.47
Hex19306E4D38039e03f1a
Octal3160156115700713407732
Binary110011100001101110100110111100001110011110000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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