Html Css Color HEX #1E1B99 Ultramarine

📋 copy color: '#1E1B99'

red 30 ◦ green 27 ◦ blue 153

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

Shades of Ultramarine #1E1B99

Tints of Ultramarine #1E1B99

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.86%

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

R = 14.29%
G = 12.86%
B = 72.86%

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

#1E1B99 (or 0x1E1B99) is known color: Ultramarine. HEX triplet: 1E, 1B and 99. RGB value is (30,27,153). Sum of RGB (Red+Green+Blue) = 30+27+153=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #1E1B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1B99 is #E1E466. Grayscale: #292929. Windows color (decimal): -14804071 or 10033950. OLE color: 10033950.

HSL color Cylindrical-coordinate representation of color #1E1B99: hue angle of 241.43º degrees, saturation: 0.7, 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 #1E1B99 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 30 27 153 -
CMYK 0.80 0.82 0 0.4
HSL 241.43º 0.7% 0.35% -
HSV(B) 241.43º 0.82% 0.6% -
XYZ 6.68 3.36 30.43 -
YUV 42.26 190.49 119.25 -
System Red Green Blue C M Y K H S L
Decimal 30 27 153 0.80 0.82 0 0.4 241.43 0.7 0.35
Hex 1E 1B 99 50 52 0 28 F1 46 23
Octal 36 33 231 120 122 0 50 361 106 43
Binary 11110 11011 10011001 1010000 1010010 0 101000 11110001 1000110 100011

Color Harmonies of #1E1B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1B99

Black with #1E1B99

Text Example


Text Example

White with #1E1B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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