#1E0C8D

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

Shades of Ultramarine #1E0C8D

Tints of Ultramarine #1E0C8D

Color information

#1E0C8D (or 0x1E0C8D) is unknown color: approx Ultramarine. HEX triplet: 1E, 0C and 8D. RGB value is (30,12,141). Sum of RGB (Red+Green+Blue) = 30+12+141=183 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.39% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 141 (55.47% from 255 or 77.05% from 183); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E0C8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0C8D is #E1F372. Grayscale: #1F1F1F. Windows color (decimal): -14807923 or 9243678. OLE color: 9243678.

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

Color convert

RGB3012141-
CMYK0.790.9100.45
HSL248.37º84.31%30%-
HSV(B)248.37º91.49%55.29%-
XYZ5.472.4625.39-
YUV32.09189.46126.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.39%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 141 (55.47% from 255) = 77.05%
R=16.39%
G=6.56%
B=77.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal30121410.790.9100.45248.3784.3130
Hex1EC8D4F5B02Df8541e
Octal361421511713305537012436
Binary1111011001000110110011111011011010110111111000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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