#1E068A

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

Shades of Ultramarine #1E068A

Tints of Ultramarine #1E068A

Color information

#1E068A (or 0x1E068A) is unknown color: approx Ultramarine. HEX triplet: 1E, 06 and 8A. RGB value is (30,6,138). Sum of RGB (Red+Green+Blue) = 30+6+138=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 138 (54.30% from 255 or 79.31% from 174); Max value from RGB is 138 - color contains mainly: blue. Hex color #1E068A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E068A is #E1F975. Grayscale: #1B1B1B. Windows color (decimal): -14809462 or 9045534. OLE color: 9045534.

HSL color Cylindrical-coordinate representation of color #1E068A: hue angle of 250.91º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E068A is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB306138-
CMYK0.780.9600.46
HSL250.91º91.67%28.24%-
HSV(B)250.91º95.65%54.12%-
XYZ5.192.2424.2-
YUV28.22189.95129.27-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.24%
GREEN value IS 6 (2.73% from 255) = 3.45%
BLUE value IS 138 (54.30% from 255) = 79.31%
R=17.24%
G=3.45%
B=79.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3061380.780.9600.46250.9191.6728.24
Hex1E68A4E6002Efb5c1c
Octal36621211614005637313434
Binary111101101000101010011101100000010111011111011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E068A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,6,138); }

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

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

 a { background-color: rgb(30,6,138); }

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

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

 span { border-color: rgb(30,6,138); }

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