Html Css Color HEX #1E1095 Ultramarine

📋 copy color: '#1E1095'

red 30 ◦ green 16 ◦ blue 149

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

Shades of Ultramarine #1E1095

Tints of Ultramarine #1E1095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 76.41%

R = 15.38%
G = 8.21%
B = 76.41%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1E1095 (or 0x1E1095) is known color: Ultramarine. HEX triplet: 1E, 10 and 95. RGB value is (30,16,149). Sum of RGB (Red+Green+Blue) = 30+16+149=195 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.38% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 149 (58.59% from 255 or 76.41% from 195); Max value from RGB is 149 - color contains mainly: blue. Hex color #1E1095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1095 is #E1EF6A. Grayscale: #222222. Windows color (decimal): -14806891 or 9768990. OLE color: 9768990.

HSL color Cylindrical-coordinate representation of color #1E1095: hue angle of 246.32º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E1095 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 16 149 -
CMYK 0.80 0.89 0 0.42
HSL 246.32º 0.81% 0.32% -
HSV(B) 246.32º 0.89% 0.58% -
XYZ 6.15 2.82 28.65 -
YUV 35.35 192.14 124.19 -
System Red Green Blue C M Y K H S L
Decimal 30 16 149 0.80 0.89 0 0.42 246.32 0.81 0.32
Hex 1E 10 95 50 59 0 2A F6 51 20
Octal 36 20 225 120 131 0 52 366 121 40
Binary 11110 10000 10010101 1010000 1011001 0 101010 11110110 1010001 100000

Color Harmonies of #1E1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1095

Black with #1E1095

Text Example


Text Example

White with #1E1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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