#1E0FA2

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

Shades of Ultramarine #1E0FA2

Tints of Ultramarine #1E0FA2

Color information

#1E0FA2 (or 0x1E0FA2) is unknown color: approx Ultramarine. HEX triplet: 1E, 0F and A2. RGB value is (30,15,162). Sum of RGB (Red+Green+Blue) = 30+15+162=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 162 (63.67% from 255 or 78.26% from 207); Max value from RGB is 162 - color contains mainly: blue. Hex color #1E0FA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0FA2 is #E1F05D. Grayscale: #232323. Windows color (decimal): -14807134 or 10620702. OLE color: 10620702.

HSL color Cylindrical-coordinate representation of color #1E0FA2: hue angle of 246.12º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E0FA2 is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3015162-
CMYK0.810.9100.36
HSL246.12º83.05%34.71%-
HSV(B)246.12º90.74%63.53%-
XYZ7.233.2334.42-
YUV36.24198.97123.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.49%
GREEN value IS 15 (6.25% from 255) = 7.25%
BLUE value IS 162 (63.67% from 255) = 78.26%
R=14.49%
G=7.25%
B=78.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal30151620.810.9100.36246.1283.0534.71
Hex1EFA2515B024f65323
Octal361724212113304436612343
Binary11110111110100010101000110110110100100111101101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,15,162); }

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

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

 a { background-color: rgb(30,15,162); }

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

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

 span { border-color: rgb(30,15,162); }

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