Html Css Color HEX #1E0387 Ultramarine

📋 copy color: '#1E0387'

red 30 ◦ green 3 ◦ blue 135

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

Shades of Ultramarine #1E0387

Tints of Ultramarine #1E0387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 80.36%

R = 17.86%
G = 1.79%
B = 80.36%

CMYK

 C value IS 0.78

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1E0387 (or 0x1E0387) is known color: Ultramarine. HEX triplet: 1E, 03 and 87. RGB value is (30,3,135). Sum of RGB (Red+Green+Blue) = 30+3+135=168 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.86% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 135 (53.12% from 255 or 80.36% from 168); Max value from RGB is 135 - color contains mainly: blue. Hex color #1E0387 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0387 is #E1FC78. Grayscale: #191919. Windows color (decimal): -14810233 or 8848158. OLE color: 8848158.

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

Color convert

RGB 30 3 135 -
CMYK 0.78 0.98 0 0.47
HSL 252.27º 0.96% 0.27% -
HSV(B) 252.27º 0.98% 0.53% -
XYZ 4.94 2.09 23.06 -
YUV 26.12 189.45 130.77 -
System Red Green Blue C M Y K H S L
Decimal 30 3 135 0.78 0.98 0 0.47 252.27 0.96 0.27
Hex 1E 3 87 4E 62 0 2F FC 60 1B
Octal 36 3 207 116 142 0 57 374 140 33
Binary 11110 11 10000111 1001110 1100010 0 101111 11111100 1100000 11011

Color Harmonies of #1E0387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0387

Black with #1E0387

Text Example


Text Example

White with #1E0387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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