Html Css Color HEX #1E027E Ultramarine

📋 copy color: '#1E027E'

red 30 ◦ green 2 ◦ blue 126

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

Shades of Ultramarine #1E027E

Tints of Ultramarine #1E027E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

 BLUE value IS 126 (49.61% from 255) = 79.75%

R = 18.99%
G = 1.27%
B = 79.75%

CMYK

 C value IS 0.76

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1E027E (or 0x1E027E) is known color: Ultramarine. HEX triplet: 1E, 02 and 7E. RGB value is (30,2,126). Sum of RGB (Red+Green+Blue) = 30+2+126=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 126 (49.61% from 255 or 79.75% from 158); Max value from RGB is 126 - color contains mainly: blue. Hex color #1E027E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E027E is #E1FD81. Grayscale: #181818. Windows color (decimal): -14810498 or 8258078. OLE color: 8258078.

HSL color Cylindrical-coordinate representation of color #1E027E: hue angle of 253.55º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1E027E is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 30 2 126 -
CMYK 0.76 0.98 0 0.51
HSL 253.55º 0.97% 0.25% -
HSV(B) 253.55º 0.98% 0.49% -
XYZ 4.32 1.83 19.86 -
YUV 24.51 185.28 131.92 -
System Red Green Blue C M Y K H S L
Decimal 30 2 126 0.76 0.98 0 0.51 253.55 0.97 0.25
Hex 1E 2 7E 4C 62 0 33 FE 61 19
Octal 36 2 176 114 142 0 63 376 141 31
Binary 11110 10 1111110 1001100 1100010 0 110011 11111110 1100001 11001

Color Harmonies of #1E027E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E027E

Black with #1E027E

Text Example


Text Example

White with #1E027E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,2,126); }

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

background-color css

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

 a { background-color: rgb(30,2,126); }

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

border-color css

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

 span { border-color: rgb(30,2,126); }

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