Html Css Color HEX #1E0B95 Ultramarine

📋 copy color: '#1E0B95'

red 30 ◦ green 11 ◦ blue 149

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

Shades of Ultramarine #1E0B95

Tints of Ultramarine #1E0B95

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.79%

 BLUE value IS 149 (58.59% from 255) = 78.42%

R = 15.79%
G = 5.79%
B = 78.42%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1E0B95 (or 0x1E0B95) is known color: Ultramarine. HEX triplet: 1E, 0B and 95. RGB value is (30,11,149). Sum of RGB (Red+Green+Blue) = 30+11+149=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 149 (58.59% from 255 or 78.42% from 190); Max value from RGB is 149 - color contains mainly: blue. Hex color #1E0B95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0B95 is #E1F46A. Grayscale: #1F1F1F. Windows color (decimal): -14808171 or 9767710. OLE color: 9767710.

HSL color Cylindrical-coordinate representation of color #1E0B95: hue angle of 248.26º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0B95 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 11 149 -
CMYK 0.80 0.93 0 0.42
HSL 248.26º 0.86% 0.31% -
HSV(B) 248.26º 0.93% 0.58% -
XYZ 6.08 2.69 28.63 -
YUV 32.41 193.79 126.28 -
System Red Green Blue C M Y K H S L
Decimal 30 11 149 0.80 0.93 0 0.42 248.26 0.86 0.31
Hex 1E B 95 50 5D 0 2A F8 56 1F
Octal 36 13 225 120 135 0 52 370 126 37
Binary 11110 1011 10010101 1010000 1011101 0 101010 11111000 1010110 11111

Color Harmonies of #1E0B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0B95

Black with #1E0B95

Text Example


Text Example

White with #1E0B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,11,149); }

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

background-color css

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

 a { background-color: rgb(30,11,149); }

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

border-color css

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

 span { border-color: rgb(30,11,149); }

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