Html Css Color HEX #1E138B Ultramarine

📋 copy color: '#1E138B'

red 30 ◦ green 19 ◦ blue 139

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

Shades of Ultramarine #1E138B

Tints of Ultramarine #1E138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

 BLUE value IS 139 (54.69% from 255) = 73.94%

R = 15.96%
G = 10.11%
B = 73.94%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1E138B (or 0x1E138B) is known color: Ultramarine. HEX triplet: 1E, 13 and 8B. RGB value is (30,19,139). Sum of RGB (Red+Green+Blue) = 30+19+139=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E138B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E138B is #E1EC74. Grayscale: #232323. Windows color (decimal): -14806133 or 9114398. OLE color: 9114398.

HSL color Cylindrical-coordinate representation of color #1E138B: hue angle of 245.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E138B is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 30 19 139 -
CMYK 0.78 0.86 0 0.45
HSL 245.5º 0.76% 0.31% -
HSV(B) 245.5º 0.86% 0.55% -
XYZ 5.43 2.61 24.64 -
YUV 35.97 186.14 123.74 -
System Red Green Blue C M Y K H S L
Decimal 30 19 139 0.78 0.86 0 0.45 245.5 0.76 0.31
Hex 1E 13 8B 4E 56 0 2D F6 4C 1F
Octal 36 23 213 116 126 0 55 366 114 37
Binary 11110 10011 10001011 1001110 1010110 0 101101 11110110 1001100 11111

Color Harmonies of #1E138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E138B

Black with #1E138B

Text Example


Text Example

White with #1E138B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,19,139); }

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

background-color css

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

 a { background-color: rgb(30,19,139); }

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

border-color css

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

 span { border-color: rgb(30,19,139); }

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