Html Css Color HEX #1E218C Ultramarine

📋 copy color: '#1E218C'

red 30 ◦ green 33 ◦ blue 140

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

Shades of Ultramarine #1E218C

Tints of Ultramarine #1E218C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

 BLUE value IS 140 (55.08% from 255) = 68.97%

R = 14.78%
G = 16.26%
B = 68.97%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1E218C (or 0x1E218C) is known color: Ultramarine. HEX triplet: 1E, 21 and 8C. RGB value is (30,33,140). Sum of RGB (Red+Green+Blue) = 30+33+140=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #1E218C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E218C is #E1DE73. Grayscale: #2B2B2B. Windows color (decimal): -14802548 or 9183518. OLE color: 9183518.

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

Color convert

RGB 30 33 140 -
CMYK 0.79 0.76 0 0.45
HSL 238.36º 0.65% 0.33% -
HSV(B) 238.36º 0.79% 0.55% -
XYZ 5.81 3.26 25.13 -
YUV 44.3 182.01 117.8 -
System Red Green Blue C M Y K H S L
Decimal 30 33 140 0.79 0.76 0 0.45 238.36 0.65 0.33
Hex 1E 21 8C 4F 4C 0 2D EE 41 21
Octal 36 41 214 117 114 0 55 356 101 41
Binary 11110 100001 10001100 1001111 1001100 0 101101 11101110 1000001 100001

Color Harmonies of #1E218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E218C

Black with #1E218C

Text Example


Text Example

White with #1E218C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,33,140); }

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

background-color css

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

 a { background-color: rgb(30,33,140); }

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

border-color css

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

 span { border-color: rgb(30,33,140); }

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