Html Css Color HEX #1E0088 Ultramarine

📋 copy color: '#1E0088'

red 30 ◦ green 0 ◦ blue 136

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

Shades of Ultramarine #1E0088

Tints of Ultramarine #1E0088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 136 (53.52% from 255) = 81.93%

R = 18.07%
G = 0%
B = 81.93%

CMYK

 C value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1E0088 (or 0x1E0088) is known color: Ultramarine. HEX triplet: 1E, 00 and 88. RGB value is (30,0,136). Sum of RGB (Red+Green+Blue) = 30+0+136=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 136 (53.52% from 255 or 81.93% from 166); Max value from RGB is 136 - color contains mainly: blue. Hex color #1E0088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0088 is #E1FF77. Grayscale: #171717. Windows color (decimal): -14811000 or 8912926. OLE color: 8912926.

HSL color Cylindrical-coordinate representation of color #1E0088: hue angle of 253.24º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E0088 is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 30 0 136 -
CMYK 0.78 1 0 0.47
HSL 253.24º 1% 0.27% -
HSV(B) 253.24º 1% 0.53% -
XYZ 4.98 2.05 23.43 -
YUV 24.47 190.94 131.94 -
System Red Green Blue C M Y K H S L
Decimal 30 0 136 0.78 1 0 0.47 253.24 1 0.27
Hex 1E 0 88 4E 64 0 2F FD 64 1B
Octal 36 0 210 116 144 0 57 375 144 33
Binary 11110 0 10001000 1001110 1100100 0 101111 11111101 1100100 11011

Color Harmonies of #1E0088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0088

Black with #1E0088

Text Example


Text Example

White with #1E0088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,0,136); }

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

background-color css

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

 a { background-color: rgb(30,0,136); }

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

border-color css

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

 span { border-color: rgb(30,0,136); }

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