#1E316C

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

Shades of Sapphire #1E316C

Tints of Sapphire #1E316C

Color information

#1E316C (or 0x1E316C) is unknown color: approx Sapphire. HEX triplet: 1E, 31 and 6C. RGB value is (30,49,108). Sum of RGB (Red+Green+Blue) = 30+49+108=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #1E316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E316C is #E1CE93. Grayscale: #313131. Windows color (decimal): -14798484 or 7090462. OLE color: 7090462.

HSL color Cylindrical-coordinate representation of color #1E316C: hue angle of 225.38º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E316C is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3049108-
CMYK0.720.5500.58
HSL225.38º56.52%27.06%-
HSV(B)225.38º72.22%42.35%-
XYZ4.343.5614.64-
YUV50.04160.71113.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.04%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 108 (42.58% from 255) = 57.75%
R=16.04%
G=26.20%
B=57.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30491080.720.5500.58225.3856.5227.06
Hex1E316C483703Ae1391b
Octal3661154110670723417133
Binary111101100011101100100100011011101110101110000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E316C; }

 p { color: rgb(30,49,108); }

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

<style>
 a { background-color: #1E316C; }

 a { background-color: rgb(30,49,108); }

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

<style>
 span { border-color: #1E316C; }

 span { border-color: rgb(30,49,108); }

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