Html Css Color HEX #1E0391 Ultramarine

📋 copy color: '#1E0391'

red 30 ◦ green 3 ◦ blue 145

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

Shades of Ultramarine #1E0391

Tints of Ultramarine #1E0391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 81.46%

R = 16.85%
G = 1.69%
B = 81.46%

CMYK

 C value IS 0.79

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1E0391 (or 0x1E0391) is known color: Ultramarine. HEX triplet: 1E, 03 and 91. RGB value is (30,3,145). Sum of RGB (Red+Green+Blue) = 30+3+145=178 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.85% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 145 (57.03% from 255 or 81.46% from 178); Max value from RGB is 145 - color contains mainly: blue. Hex color #1E0391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0391 is #E1FC6E. Grayscale: #1A1A1A. Windows color (decimal): -14810223 or 9503518. OLE color: 9503518.

HSL color Cylindrical-coordinate representation of color #1E0391: hue angle of 251.41º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E0391 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 30 3 145 -
CMYK 0.79 0.98 0 0.43
HSL 251.41º 0.96% 0.29% -
HSV(B) 251.41º 0.98% 0.57% -
XYZ 5.68 2.39 26.95 -
YUV 27.26 194.45 129.95 -
System Red Green Blue C M Y K H S L
Decimal 30 3 145 0.79 0.98 0 0.43 251.41 0.96 0.29
Hex 1E 3 91 4F 62 0 2B FB 60 1D
Octal 36 3 221 117 142 0 53 373 140 35
Binary 11110 11 10010001 1001111 1100010 0 101011 11111011 1100000 11101

Color Harmonies of #1E0391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0391

Black with #1E0391

Text Example


Text Example

White with #1E0391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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