Html Css Color HEX #1E1D8B Ultramarine

📋 copy color: '#1E1D8B'

red 30 ◦ green 29 ◦ blue 139

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

Shades of Ultramarine #1E1D8B

Tints of Ultramarine #1E1D8B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.65%

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

R = 15.15%
G = 14.65%
B = 70.2%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1E1D8B (or 0x1E1D8B) is known color: Ultramarine. HEX triplet: 1E, 1D and 8B. RGB value is (30,29,139). Sum of RGB (Red+Green+Blue) = 30+29+139=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #1E1D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1D8B is #E1E274. Grayscale: #292929. Windows color (decimal): -14803573 or 9116958. OLE color: 9116958.

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

Color convert

RGB 30 29 139 -
CMYK 0.78 0.79 0 0.45
HSL 240.55º 0.65% 0.33% -
HSV(B) 240.55º 0.79% 0.55% -
XYZ 5.63 3.02 24.71 -
YUV 41.84 182.83 119.56 -
System Red Green Blue C M Y K H S L
Decimal 30 29 139 0.78 0.79 0 0.45 240.55 0.65 0.33
Hex 1E 1D 8B 4E 4F 0 2D F1 41 21
Octal 36 35 213 116 117 0 55 361 101 41
Binary 11110 11101 10001011 1001110 1001111 0 101101 11110001 1000001 100001

Color Harmonies of #1E1D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1D8B

Black with #1E1D8B

Text Example


Text Example

White with #1E1D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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