Html Css Color HEX #1E0689 Ultramarine

📋 copy color: '#1E0689'

red 30 ◦ green 6 ◦ blue 137

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

Shades of Ultramarine #1E0689

Tints of Ultramarine #1E0689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 79.19%

R = 17.34%
G = 3.47%
B = 79.19%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1E0689 (or 0x1E0689) is known color: Ultramarine. HEX triplet: 1E, 06 and 89. RGB value is (30,6,137). Sum of RGB (Red+Green+Blue) = 30+6+137=173 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.34% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 137 (53.91% from 255 or 79.19% from 173); Max value from RGB is 137 - color contains mainly: blue. Hex color #1E0689 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0689 is #E1F976. Grayscale: #1B1B1B. Windows color (decimal): -14809463 or 8979998. OLE color: 8979998.

HSL color Cylindrical-coordinate representation of color #1E0689: hue angle of 250.99º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E0689 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 30 6 137 -
CMYK 0.78 0.96 0 0.46
HSL 250.99º 0.92% 0.28% -
HSV(B) 250.99º 0.96% 0.54% -
XYZ 5.12 2.21 23.82 -
YUV 28.11 189.45 129.35 -
System Red Green Blue C M Y K H S L
Decimal 30 6 137 0.78 0.96 0 0.46 250.99 0.92 0.28
Hex 1E 6 89 4E 60 0 2E FB 5C 1C
Octal 36 6 211 116 140 0 56 373 134 34
Binary 11110 110 10001001 1001110 1100000 0 101110 11111011 1011100 11100

Color Harmonies of #1E0689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0689

Black with #1E0689

Text Example


Text Example

White with #1E0689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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