Html Css Color HEX #1E0492 Ultramarine

📋 copy color: '#1E0492'

red 30 ◦ green 4 ◦ blue 146

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

Shades of Ultramarine #1E0492

Tints of Ultramarine #1E0492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.22%

 BLUE value IS 146 (57.42% from 255) = 81.11%

R = 16.67%
G = 2.22%
B = 81.11%

CMYK

 C value IS 0.79

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1E0492 (or 0x1E0492) is known color: Ultramarine. HEX triplet: 1E, 04 and 92. RGB value is (30,4,146). Sum of RGB (Red+Green+Blue) = 30+4+146=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 146 (57.42% from 255 or 81.11% from 180); Max value from RGB is 146 - color contains mainly: blue. Hex color #1E0492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0492 is #E1FB6D. Grayscale: #1B1B1B. Windows color (decimal): -14809966 or 9569310. OLE color: 9569310.

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

Color convert

RGB 30 4 146 -
CMYK 0.79 0.97 0 0.43
HSL 250.99º 0.95% 0.29% -
HSV(B) 250.99º 0.97% 0.57% -
XYZ 5.77 2.44 27.36 -
YUV 27.96 194.61 129.45 -
System Red Green Blue C M Y K H S L
Decimal 30 4 146 0.79 0.97 0 0.43 250.99 0.95 0.29
Hex 1E 4 92 4F 61 0 2B FB 5F 1D
Octal 36 4 222 117 141 0 53 373 137 35
Binary 11110 100 10010010 1001111 1100001 0 101011 11111011 1011111 11101

Color Harmonies of #1E0492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0492

Black with #1E0492

Text Example


Text Example

White with #1E0492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,4,146); }

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

background-color css

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

 a { background-color: rgb(30,4,146); }

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

border-color css

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

 span { border-color: rgb(30,4,146); }

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