Html Css Color HEX #1E219D Ultramarine

📋 copy color: '#1E219D'

red 30 ◦ green 33 ◦ blue 157

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

Shades of Ultramarine #1E219D

Tints of Ultramarine #1E219D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 71.36%

R = 13.64%
G = 15%
B = 71.36%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E219D (or 0x1E219D) is known color: Ultramarine. HEX triplet: 1E, 21 and 9D. RGB value is (30,33,157). Sum of RGB (Red+Green+Blue) = 30+33+157=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 157 (61.72% from 255 or 71.36% from 220); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E219D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E219D is #E1DE62. Grayscale: #2D2D2D. Windows color (decimal): -14802531 or 10297630. OLE color: 10297630.

HSL color Cylindrical-coordinate representation of color #1E219D: hue angle of 238.58º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E219D is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 30 33 157 -
CMYK 0.81 0.79 0 0.38
HSL 238.58º 0.68% 0.37% -
HSV(B) 238.58º 0.81% 0.62% -
XYZ 7.17 3.8 32.25 -
YUV 46.24 190.51 116.42 -
System Red Green Blue C M Y K H S L
Decimal 30 33 157 0.81 0.79 0 0.38 238.58 0.68 0.37
Hex 1E 21 9D 51 4F 0 26 EF 44 25
Octal 36 41 235 121 117 0 46 357 104 45
Binary 11110 100001 10011101 1010001 1001111 0 100110 11101111 1000100 100101

Color Harmonies of #1E219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E219D

Black with #1E219D

Text Example


Text Example

White with #1E219D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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