#1E038B

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

Shades of Ultramarine #1E038B

Tints of Ultramarine #1E038B

Color information

#1E038B (or 0x1E038B) is unknown color: approx Ultramarine. HEX triplet: 1E, 03 and 8B. RGB value is (30,3,139). Sum of RGB (Red+Green+Blue) = 30+3+139=172 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.44% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 139 (54.69% from 255 or 80.81% from 172); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E038B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E038B is #E1FC74. Grayscale: #1A1A1A. Windows color (decimal): -14810229 or 9110302. OLE color: 9110302.

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

Color convert

RGB303139-
CMYK0.780.9800.45
HSL251.91º95.77%27.84%-
HSV(B)251.91º97.84%54.51%-
XYZ5.232.2124.58-
YUV26.58191.45130.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.44%
GREEN value IS 3 (1.56% from 255) = 1.74%
BLUE value IS 139 (54.69% from 255) = 80.81%
R=17.44%
G=1.74%
B=80.81%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3031390.780.9800.45251.9195.7727.84
Hex1E38B4E6202Dfc601c
Octal36321311614205537414034
Binary11110111000101110011101100010010110111111100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E038B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,3,139); }

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

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

 a { background-color: rgb(30,3,139); }

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

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

 span { border-color: rgb(30,3,139); }

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