Html Css Color HEX #1E1085 Ultramarine

📋 copy color: '#1E1085'

red 30 ◦ green 16 ◦ blue 133

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

Shades of Ultramarine #1E1085

Tints of Ultramarine #1E1085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.94%

 BLUE value IS 133 (52.34% from 255) = 74.3%

R = 16.76%
G = 8.94%
B = 74.3%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1E1085 (or 0x1E1085) is known color: Ultramarine. HEX triplet: 1E, 10 and 85. RGB value is (30,16,133). Sum of RGB (Red+Green+Blue) = 30+16+133=179 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.76% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 133 (52.34% from 255 or 74.30% from 179); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E1085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1085 is #E1EF7A. Grayscale: #212121. Windows color (decimal): -14806907 or 8720414. OLE color: 8720414.

HSL color Cylindrical-coordinate representation of color #1E1085: hue angle of 247.18º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E1085 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 30 16 133 -
CMYK 0.77 0.88 0 0.48
HSL 247.18º 0.79% 0.29% -
HSV(B) 247.18º 0.88% 0.52% -
XYZ 4.95 2.34 22.38 -
YUV 33.52 184.14 125.49 -
System Red Green Blue C M Y K H S L
Decimal 30 16 133 0.77 0.88 0 0.48 247.18 0.79 0.29
Hex 1E 10 85 4D 58 0 30 F7 4F 1D
Octal 36 20 205 115 130 0 60 367 117 35
Binary 11110 10000 10000101 1001101 1011000 0 110000 11110111 1001111 11101

Color Harmonies of #1E1085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1085

Black with #1E1085

Text Example


Text Example

White with #1E1085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,16,133); }

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

background-color css

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

 a { background-color: rgb(30,16,133); }

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

border-color css

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

 span { border-color: rgb(30,16,133); }

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