Html Css Color HEX #1E0690 Ultramarine

📋 copy color: '#1E0690'

red 30 ◦ green 6 ◦ blue 144

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

Shades of Ultramarine #1E0690

Tints of Ultramarine #1E0690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.33%

 BLUE value IS 144 (56.64% from 255) = 80%

R = 16.67%
G = 3.33%
B = 80%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1E0690 (or 0x1E0690) is known color: Ultramarine. HEX triplet: 1E, 06 and 90. RGB value is (30,6,144). Sum of RGB (Red+Green+Blue) = 30+6+144=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 144 (56.64% from 255 or 80% from 180); Max value from RGB is 144 - color contains mainly: blue. Hex color #1E0690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0690 is #E1F96F. Grayscale: #1C1C1C. Windows color (decimal): -14809456 or 9438750. OLE color: 9438750.

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

Color convert

RGB 30 6 144 -
CMYK 0.79 0.96 0 0.44
HSL 250.43º 0.92% 0.29% -
HSV(B) 250.43º 0.96% 0.56% -
XYZ 5.63 2.42 26.56 -
YUV 28.91 192.95 128.78 -
System Red Green Blue C M Y K H S L
Decimal 30 6 144 0.79 0.96 0 0.44 250.43 0.92 0.29
Hex 1E 6 90 4F 60 0 2C FA 5C 1D
Octal 36 6 220 117 140 0 54 372 134 35
Binary 11110 110 10010000 1001111 1100000 0 101100 11111010 1011100 11101

Color Harmonies of #1E0690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0690

Black with #1E0690

Text Example


Text Example

White with #1E0690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,6,144); }

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

background-color css

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

 a { background-color: rgb(30,6,144); }

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

border-color css

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

 span { border-color: rgb(30,6,144); }

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