Html Css Color HEX #1E228E Ultramarine

📋 copy color: '#1E228E'

red 30 ◦ green 34 ◦ blue 142

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

Shades of Ultramarine #1E228E

Tints of Ultramarine #1E228E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 68.93%

R = 14.56%
G = 16.5%
B = 68.93%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1E228E (or 0x1E228E) is known color: Ultramarine. HEX triplet: 1E, 22 and 8E. RGB value is (30,34,142). Sum of RGB (Red+Green+Blue) = 30+34+142=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 142 (55.86% from 255 or 68.93% from 206); Max value from RGB is 142 - color contains mainly: blue. Hex color #1E228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E228E is #E1DD71. Grayscale: #2C2C2C. Windows color (decimal): -14802290 or 9314846. OLE color: 9314846.

HSL color Cylindrical-coordinate representation of color #1E228E: hue angle of 237.86º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E228E is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 30 34 142 -
CMYK 0.79 0.76 0 0.44
HSL 237.86º 0.65% 0.34% -
HSV(B) 237.86º 0.79% 0.56% -
XYZ 5.99 3.37 25.93 -
YUV 45.12 182.67 117.22 -
System Red Green Blue C M Y K H S L
Decimal 30 34 142 0.79 0.76 0 0.44 237.86 0.65 0.34
Hex 1E 22 8E 4F 4C 0 2C EE 41 22
Octal 36 42 216 117 114 0 54 356 101 42
Binary 11110 100010 10001110 1001111 1001100 0 101100 11101110 1000001 100010

Color Harmonies of #1E228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E228E

Black with #1E228E

Text Example


Text Example

White with #1E228E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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