#1E068D

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

Shades of Ultramarine #1E068D

Tints of Ultramarine #1E068D

Color information

#1E068D (or 0x1E068D) is unknown color: approx Ultramarine. HEX triplet: 1E, 06 and 8D. RGB value is (30,6,141). Sum of RGB (Red+Green+Blue) = 30+6+141=177 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.95% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 141 (55.47% from 255 or 79.66% from 177); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E068D is #E1F972. Grayscale: #1C1C1C. Windows color (decimal): -14809459 or 9242142. OLE color: 9242142.

HSL color Cylindrical-coordinate representation of color #1E068D: hue angle of 250.67º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E068D is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB306141-
CMYK0.790.9600.45
HSL250.67º91.84%28.82%-
HSV(B)250.67º95.74%55.29%-
XYZ5.412.3325.36-
YUV28.57191.45129.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.95%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 141 (55.47% from 255) = 79.66%
R=16.95%
G=3.39%
B=79.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3061410.790.9600.45250.6791.8428.82
Hex1E68D4F6002Dfb5c1d
Octal36621511714005537313435
Binary111101101000110110011111100000010110111111011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E068D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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