#1e2690

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

Shades of Ultramarine #1E2690

Tints of Ultramarine #1E2690

Color information

#1E2690 (or 0x1E2690) is unknown color: approx Ultramarine. HEX triplet: 1E, 26 and 90. RGB value is (30,38,144). Sum of RGB (Red+Green+Blue) = 30+38+144=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 38 (15.23% from 255 or 17.92% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #1E2690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2690 is #E1D96F. Grayscale: #2F2F2F. Windows color (decimal): -14801264 or 9446942. OLE color: 9446942.

HSL color Cylindrical-coordinate representation of color #1E2690: hue angle of 235.79º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E2690 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3038144-
CMYK0.790.7400.44
HSL235.79º65.52%34.12%-
HSV(B)235.79º79.17%56.47%-
XYZ6.263.6826.76-
YUV47.69182.35115.38-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.15%
GREEN value IS 38 (15.23% from 255) = 17.92%
BLUE value IS 144 (56.64% from 255) = 67.92%
R=14.15%
G=17.92%
B=67.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal30381440.790.7400.44235.7965.5234.12
Hex1E26904F4A02Cec4222
Octal364622011711205435410242
Binary1111010011010010000100111110010100101100111011001000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e2690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,38,144); }

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

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

 a { background-color: rgb(30,38,144); }

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

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

 span { border-color: rgb(30,38,144); }

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