#1E2E69

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

Shades of Sapphire #1E2E69

Tints of Sapphire #1E2E69

Color information

#1E2E69 (or 0x1E2E69) is unknown color: approx Sapphire. HEX triplet: 1E, 2E and 69. RGB value is (30,46,105). Sum of RGB (Red+Green+Blue) = 30+46+105=181 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.57% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #1E2E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2E69 is #E1D196. Grayscale: #2F2F2F. Windows color (decimal): -14799255 or 6893086. OLE color: 6893086.

HSL color Cylindrical-coordinate representation of color #1E2E69: hue angle of 227.2º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E2E69 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3046105-
CMYK0.710.5600.59
HSL227.2º55.56%26.47%-
HSV(B)227.2º71.43%41.18%-
XYZ4.063.2513.78-
YUV47.94160.2115.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.57%
GREEN value IS 46 (18.36% from 255) = 25.41%
BLUE value IS 105 (41.41% from 255) = 58.01%
R=16.57%
G=25.41%
B=58.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal30461050.710.5600.59227.255.5626.47
Hex1E2E69473803Be3381a
Octal3656151107700733437032
Binary111101011101101001100011111100001110111110001111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,46,105); }

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

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

 a { background-color: rgb(30,46,105); }

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

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

 span { border-color: rgb(30,46,105); }

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