Html Css Color HEX #1E1895 Ultramarine

📋 copy color: '#1E1895'

red 30 ◦ green 24 ◦ blue 149

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

Shades of Ultramarine #1E1895

Tints of Ultramarine #1E1895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.82%

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

R = 14.78%
G = 11.82%
B = 73.4%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1E1895 (or 0x1E1895) is known color: Ultramarine. HEX triplet: 1E, 18 and 95. RGB value is (30,24,149). Sum of RGB (Red+Green+Blue) = 30+24+149=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #1E1895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1895 is #E1E76A. Grayscale: #272727. Windows color (decimal): -14804843 or 9771038. OLE color: 9771038.

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

Color convert

RGB 30 24 149 -
CMYK 0.80 0.84 0 0.42
HSL 242.88º 0.72% 0.34% -
HSV(B) 242.88º 0.84% 0.58% -
XYZ 6.29 3.1 28.7 -
YUV 40.04 189.49 120.84 -
System Red Green Blue C M Y K H S L
Decimal 30 24 149 0.80 0.84 0 0.42 242.88 0.72 0.34
Hex 1E 18 95 50 54 0 2A F3 48 22
Octal 36 30 225 120 124 0 52 363 110 42
Binary 11110 11000 10010101 1010000 1010100 0 101010 11110011 1001000 100010

Color Harmonies of #1E1895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1895

Black with #1E1895

Text Example


Text Example

White with #1E1895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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