Html Css Color HEX #1E0389 Ultramarine

📋 copy color: '#1E0389'

red 30 ◦ green 3 ◦ blue 137

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

Shades of Ultramarine #1E0389

Tints of Ultramarine #1E0389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.76%

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

R = 17.65%
G = 1.76%
B = 80.59%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1E0389 (or 0x1E0389) is known color: Ultramarine. HEX triplet: 1E, 03 and 89. RGB value is (30,3,137). Sum of RGB (Red+Green+Blue) = 30+3+137=170 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.65% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 137 (53.91% from 255 or 80.59% from 170); Max value from RGB is 137 - color contains mainly: blue. Hex color #1E0389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0389 is #E1FC76. Grayscale: #191919. Windows color (decimal): -14810231 or 8979230. OLE color: 8979230.

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

Color convert

RGB 30 3 137 -
CMYK 0.78 0.98 0 0.46
HSL 252.09º 0.96% 0.27% -
HSV(B) 252.09º 0.98% 0.54% -
XYZ 5.08 2.15 23.81 -
YUV 26.35 190.45 130.6 -
System Red Green Blue C M Y K H S L
Decimal 30 3 137 0.78 0.98 0 0.46 252.09 0.96 0.27
Hex 1E 3 89 4E 62 0 2E FC 60 1B
Octal 36 3 211 116 142 0 56 374 140 33
Binary 11110 11 10001001 1001110 1100010 0 101110 11111100 1100000 11011

Color Harmonies of #1E0389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0389

Black with #1E0389

Text Example


Text Example

White with #1E0389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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