Html Css Color HEX #1E0291 Ultramarine

📋 copy color: '#1E0291'

red 30 ◦ green 2 ◦ blue 145

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

Shades of Ultramarine #1E0291

Tints of Ultramarine #1E0291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.13%

 BLUE value IS 145 (57.03% from 255) = 81.92%

R = 16.95%
G = 1.13%
B = 81.92%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1E0291 (or 0x1E0291) is known color: Ultramarine. HEX triplet: 1E, 02 and 91. RGB value is (30,2,145). Sum of RGB (Red+Green+Blue) = 30+2+145=177 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.95% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 145 (57.03% from 255 or 81.92% from 177); Max value from RGB is 145 - color contains mainly: blue. Hex color #1E0291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0291 is #E1FD6E. Grayscale: #1A1A1A. Windows color (decimal): -14810479 or 9503262. OLE color: 9503262.

HSL color Cylindrical-coordinate representation of color #1E0291: hue angle of 251.75º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E0291 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 30 2 145 -
CMYK 0.79 0.99 0 0.43
HSL 251.75º 0.97% 0.29% -
HSV(B) 251.75º 0.99% 0.57% -
XYZ 5.67 2.36 26.95 -
YUV 26.67 194.78 130.37 -
System Red Green Blue C M Y K H S L
Decimal 30 2 145 0.79 0.99 0 0.43 251.75 0.97 0.29
Hex 1E 2 91 4F 63 0 2B FC 61 1D
Octal 36 2 221 117 143 0 53 374 141 35
Binary 11110 10 10010001 1001111 1100011 0 101011 11111100 1100001 11101

Color Harmonies of #1E0291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0291

Black with #1E0291

Text Example


Text Example

White with #1E0291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,2,145); }

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

background-color css

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

 a { background-color: rgb(30,2,145); }

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

border-color css

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

 span { border-color: rgb(30,2,145); }

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