Html Css Color HEX #1E0E9D Ultramarine

📋 copy color: '#1E0E9D'

red 30 ◦ green 14 ◦ blue 157

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

Shades of Ultramarine #1E0E9D

Tints of Ultramarine #1E0E9D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.97%

 BLUE value IS 157 (61.72% from 255) = 78.11%

R = 14.93%
G = 6.97%
B = 78.11%

CMYK

 C value IS 0.81

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E0E9D (or 0x1E0E9D) is known color: Ultramarine. HEX triplet: 1E, 0E and 9D. RGB value is (30,14,157). Sum of RGB (Red+Green+Blue) = 30+14+157=201 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.93% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 157 (61.72% from 255 or 78.11% from 201); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E0E9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0E9D is #E1F162. Grayscale: #222222. Windows color (decimal): -14807395 or 10292766. OLE color: 10292766.

HSL color Cylindrical-coordinate representation of color #1E0E9D: hue angle of 246.71º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E0E9D is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 30 14 157 -
CMYK 0.81 0.91 0 0.38
HSL 246.71º 0.84% 0.34% -
HSV(B) 246.71º 0.91% 0.62% -
XYZ 6.78 3.02 32.12 -
YUV 35.09 196.8 124.37 -
System Red Green Blue C M Y K H S L
Decimal 30 14 157 0.81 0.91 0 0.38 246.71 0.84 0.34
Hex 1E E 9D 51 5B 0 26 F7 54 22
Octal 36 16 235 121 133 0 46 367 124 42
Binary 11110 1110 10011101 1010001 1011011 0 100110 11110111 1010100 100010

Color Harmonies of #1E0E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0E9D

Black with #1E0E9D

Text Example


Text Example

White with #1E0E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,14,157); }

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

background-color css

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

 a { background-color: rgb(30,14,157); }

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

border-color css

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

 span { border-color: rgb(30,14,157); }

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