Html Css Color HEX #1E1086 Ultramarine

📋 copy color: '#1E1086'

red 30 ◦ green 16 ◦ blue 134

#1E1086
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #1E1086

Tints of Ultramarine #1E1086

RGB

 RED value IS 30 (12.11% from 255) = 16.67%

 GREEN value IS 16 (6.64% from 255) = 8.89%

 BLUE value IS 134 (52.73% from 255) = 74.44%

R = 16.67%
G = 8.89%
B = 74.44%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1E1086 (or 0x1E1086) is known color: Ultramarine. HEX triplet: 1E, 10 and 86. RGB value is (30,16,134). Sum of RGB (Red+Green+Blue) = 30+16+134=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 134 (52.73% from 255 or 74.44% from 180); Max value from RGB is 134 - color contains mainly: blue. Hex color #1E1086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1086 is #E1EF79. Grayscale: #212121. Windows color (decimal): -14806906 or 8785950. OLE color: 8785950.

HSL color Cylindrical-coordinate representation of color #1E1086: hue angle of 247.12º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E1086 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 30 16 134 -
CMYK 0.78 0.88 0 0.47
HSL 247.12º 0.79% 0.29% -
HSV(B) 247.12º 0.88% 0.53% -
XYZ 5.02 2.37 22.75 -
YUV 33.64 184.64 125.41 -
System Red Green Blue C M Y K H S L
Decimal 30 16 134 0.78 0.88 0 0.47 247.12 0.79 0.29
Hex 1E 10 86 4E 58 0 2F F7 4F 1D
Octal 36 20 206 116 130 0 57 367 117 35
Binary 11110 10000 10000110 1001110 1011000 0 101111 11110111 1001111 11101

Color Harmonies of #1E1086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1086

Black with #1E1086

Text Example


Text Example

White with #1E1086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,16,134); }

 H1.HeaderClassName
 {
   color: #1E1086;
 }
 .AnyTagClassName
 {
   color: #1E1086;
 }
</style>

background-color css

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

 a { background-color: rgb(30,16,134); }

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

border-color css

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

 span { border-color: rgb(30,16,134); }

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