Html Css Color HEX #1E2295 Ultramarine

📋 copy color: '#1E2295'

red 30 ◦ green 34 ◦ blue 149

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

Shades of Ultramarine #1E2295

Tints of Ultramarine #1E2295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.96%

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

R = 14.08%
G = 15.96%
B = 69.95%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1E2295 (or 0x1E2295) is known color: Ultramarine. HEX triplet: 1E, 22 and 95. RGB value is (30,34,149). Sum of RGB (Red+Green+Blue) = 30+34+149=213 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.08% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #1E2295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2295 is #E1DD6A. Grayscale: #2D2D2D. Windows color (decimal): -14802283 or 9773598. OLE color: 9773598.

HSL color Cylindrical-coordinate representation of color #1E2295: hue angle of 237.98º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E2295 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 34 149 -
CMYK 0.80 0.77 0 0.42
HSL 237.98º 0.66% 0.35% -
HSV(B) 237.98º 0.8% 0.58% -
XYZ 6.53 3.59 28.78 -
YUV 45.91 186.17 116.65 -
System Red Green Blue C M Y K H S L
Decimal 30 34 149 0.80 0.77 0 0.42 237.98 0.66 0.35
Hex 1E 22 95 50 4D 0 2A EE 42 23
Octal 36 42 225 120 115 0 52 356 102 43
Binary 11110 100010 10010101 1010000 1001101 0 101010 11101110 1000010 100011

Color Harmonies of #1E2295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2295

Black with #1E2295

Text Example


Text Example

White with #1E2295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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