Html Css Color HEX #1E1C99 Ultramarine

📋 copy color: '#1E1C99'

red 30 ◦ green 28 ◦ blue 153

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

Shades of Ultramarine #1E1C99

Tints of Ultramarine #1E1C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.27%

 BLUE value IS 153 (60.16% from 255) = 72.51%

R = 14.22%
G = 13.27%
B = 72.51%

CMYK

 C value IS 0.80

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1E1C99 (or 0x1E1C99) is known color: Ultramarine. HEX triplet: 1E, 1C and 99. RGB value is (30,28,153). Sum of RGB (Red+Green+Blue) = 30+28+153=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E1C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1C99 is #E1E366. Grayscale: #2A2A2A. Windows color (decimal): -14803815 or 10034206. OLE color: 10034206.

HSL color Cylindrical-coordinate representation of color #1E1C99: hue angle of 240.96º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E1C99 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 30 28 153 -
CMYK 0.80 0.82 0 0.4
HSL 240.96º 0.69% 0.35% -
HSV(B) 240.96º 0.82% 0.6% -
XYZ 6.7 3.41 30.44 -
YUV 42.85 190.16 118.84 -
System Red Green Blue C M Y K H S L
Decimal 30 28 153 0.80 0.82 0 0.4 240.96 0.69 0.35
Hex 1E 1C 99 50 52 0 28 F1 45 23
Octal 36 34 231 120 122 0 50 361 105 43
Binary 11110 11100 10011001 1010000 1010010 0 101000 11110001 1000101 100011

Color Harmonies of #1E1C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1C99

Black with #1E1C99

Text Example


Text Example

White with #1E1C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,28,153); }

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

background-color css

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

 a { background-color: rgb(30,28,153); }

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

border-color css

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

 span { border-color: rgb(30,28,153); }

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