Html Css Color HEX #1E0694 Ultramarine

📋 copy color: '#1E0694'

red 30 ◦ green 6 ◦ blue 148

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

Shades of Ultramarine #1E0694

Tints of Ultramarine #1E0694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 80.43%

R = 16.3%
G = 3.26%
B = 80.43%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1E0694 (or 0x1E0694) is known color: Ultramarine. HEX triplet: 1E, 06 and 94. RGB value is (30,6,148). Sum of RGB (Red+Green+Blue) = 30+6+148=184 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.30% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 148 (58.20% from 255 or 80.43% from 184); Max value from RGB is 148 - color contains mainly: blue. Hex color #1E0694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0694 is #E1F96B. Grayscale: #1C1C1C. Windows color (decimal): -14809452 or 9700894. OLE color: 9700894.

HSL color Cylindrical-coordinate representation of color #1E0694: hue angle of 250.14º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E0694 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 6 148 -
CMYK 0.80 0.96 0 0.42
HSL 250.14º 0.92% 0.3% -
HSV(B) 250.14º 0.96% 0.58% -
XYZ 5.95 2.54 28.19 -
YUV 29.36 194.95 128.45 -
System Red Green Blue C M Y K H S L
Decimal 30 6 148 0.80 0.96 0 0.42 250.14 0.92 0.3
Hex 1E 6 94 50 60 0 2A FA 5C 1E
Octal 36 6 224 120 140 0 52 372 134 36
Binary 11110 110 10010100 1010000 1100000 0 101010 11111010 1011100 11110

Color Harmonies of #1E0694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0694

Black with #1E0694

Text Example


Text Example

White with #1E0694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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