#1e0c8c

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

Shades of Ultramarine #1E0C8C

Tints of Ultramarine #1E0C8C

Color information

#1E0C8C (or 0x1E0C8C) is unknown color: approx Ultramarine. HEX triplet: 1E, 0C and 8C. RGB value is (30,12,140). Sum of RGB (Red+Green+Blue) = 30+12+140=182 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.48% from 182); Green value is 12 (5.08% from 255 or 6.59% from 182); Blue value is 140 (55.08% from 255 or 76.92% from 182); Max value from RGB is 140 - color contains mainly: blue. Hex color #1E0C8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0C8C is #E1F373. Grayscale: #1F1F1F. Windows color (decimal): -14807924 or 9178142. OLE color: 9178142.

HSL color Cylindrical-coordinate representation of color #1E0C8C: hue angle of 248.44º 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 #1E0C8C is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3012140-
CMYK0.790.9100.45
HSL248.44º84.21%29.8%-
HSV(B)248.44º91.43%54.9%-
XYZ5.42.4325-
YUV31.97188.96126.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.48%
GREEN value IS 12 (5.08% from 255) = 6.59%
BLUE value IS 140 (55.08% from 255) = 76.92%
R=16.48%
G=6.59%
B=76.92%

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
Decimal30121400.790.9100.45248.4484.2129.8
Hex1EC8C4F5B02Df8541e
Octal361421411713305537012436
Binary1111011001000110010011111011011010110111111000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e0c8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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