Html Css Color HEX #1E0D89 Ultramarine

📋 copy color: '#1E0D89'

red 30 ◦ green 13 ◦ blue 137

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

Shades of Ultramarine #1E0D89

Tints of Ultramarine #1E0D89

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.22%

 BLUE value IS 137 (53.91% from 255) = 76.11%

R = 16.67%
G = 7.22%
B = 76.11%

CMYK

 C value IS 0.78

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1E0D89 (or 0x1E0D89) is known color: Ultramarine. HEX triplet: 1E, 0D and 89. RGB value is (30,13,137). Sum of RGB (Red+Green+Blue) = 30+13+137=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 137 (53.91% from 255 or 76.11% from 180); Max value from RGB is 137 - color contains mainly: blue. Hex color #1E0D89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0D89 is #E1F276. Grayscale: #1F1F1F. Windows color (decimal): -14807671 or 8981790. OLE color: 8981790.

HSL color Cylindrical-coordinate representation of color #1E0D89: hue angle of 248.23º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E0D89 is Cyan = 0.78, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 30 13 137 -
CMYK 0.78 0.91 0 0.46
HSL 248.23º 0.83% 0.29% -
HSV(B) 248.23º 0.91% 0.54% -
XYZ 5.19 2.37 23.85 -
YUV 32.22 187.13 126.42 -
System Red Green Blue C M Y K H S L
Decimal 30 13 137 0.78 0.91 0 0.46 248.23 0.83 0.29
Hex 1E D 89 4E 5B 0 2E F8 53 1D
Octal 36 15 211 116 133 0 56 370 123 35
Binary 11110 1101 10001001 1001110 1011011 0 101110 11111000 1010011 11101

Color Harmonies of #1E0D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0D89

Black with #1E0D89

Text Example


Text Example

White with #1E0D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,13,137); }

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

background-color css

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

 a { background-color: rgb(30,13,137); }

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

border-color css

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

 span { border-color: rgb(30,13,137); }

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