Html Css Color HEX #1E199A Ultramarine

📋 copy color: '#1E199A'

red 30 ◦ green 25 ◦ blue 154

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

Shades of Ultramarine #1E199A

Tints of Ultramarine #1E199A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

 BLUE value IS 154 (60.55% from 255) = 73.68%

R = 14.35%
G = 11.96%
B = 73.68%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1E199A (or 0x1E199A) is known color: Ultramarine. HEX triplet: 1E, 19 and 9A. RGB value is (30,25,154). Sum of RGB (Red+Green+Blue) = 30+25+154=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 154 (60.55% from 255 or 73.68% from 209); Max value from RGB is 154 - color contains mainly: blue. Hex color #1E199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E199A is #E1E665. Grayscale: #282828. Windows color (decimal): -14804582 or 10098974. OLE color: 10098974.

HSL color Cylindrical-coordinate representation of color #1E199A: hue angle of 242.33º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E199A is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 30 25 154 -
CMYK 0.81 0.84 0 0.40
HSL 242.33º 0.72% 0.35% -
HSV(B) 242.33º 0.84% 0.6% -
XYZ 6.72 3.3 30.86 -
YUV 41.2 191.66 120.01 -
System Red Green Blue C M Y K H S L
Decimal 30 25 154 0.81 0.84 0 0.40 242.33 0.72 0.35
Hex 1E 19 9A 51 54 0 28 F2 48 23
Octal 36 31 232 121 124 0 50 362 110 43
Binary 11110 11001 10011010 1010001 1010100 0 101000 11110010 1001000 100011

Color Harmonies of #1E199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E199A

Black with #1E199A

Text Example


Text Example

White with #1E199A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,25,154); }

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

background-color css

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

 a { background-color: rgb(30,25,154); }

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

border-color css

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

 span { border-color: rgb(30,25,154); }

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