Html Css Color HEX #0E0889 Ultramarine

📋 copy color: '#0E0889'

red 14 ◦ green 8 ◦ blue 137

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

Shades of Ultramarine #0E0889

Tints of Ultramarine #0E0889

RGB

 RED value IS 14 (5.86% from 255) = 8.81%

 GREEN value IS 8 (3.52% from 255) = 5.03%

 BLUE value IS 137 (53.91% from 255) = 86.16%

R = 8.81%
G = 5.03%
B = 86.16%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0E0889 (or 0x0E0889) is known color: Ultramarine. HEX triplet: 0E, 08 and 89. RGB value is (14,8,137). Sum of RGB (Red+Green+Blue) = 14+8+137=159 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.81% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 137 (53.91% from 255 or 86.16% from 159); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E0889 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0889 is #F1F776. Grayscale: #171717. Windows color (decimal): -15857527 or 8980494. OLE color: 8980494.

HSL color Cylindrical-coordinate representation of color #0E0889: hue angle of 242.79º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E0889 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 14 8 137 -
CMYK 0.90 0.94 0 0.46
HSL 242.79º 0.89% 0.28% -
HSV(B) 242.79º 0.94% 0.54% -
XYZ 4.78 2.07 23.81 -
YUV 24.5 191.49 120.51 -
System Red Green Blue C M Y K H S L
Decimal 14 8 137 0.90 0.94 0 0.46 242.79 0.89 0.28
Hex E 8 89 5A 5E 0 2E F3 59 1C
Octal 16 10 211 132 136 0 56 363 131 34
Binary 1110 1000 10001001 1011010 1011110 0 101110 11110011 1011001 11100

Color Harmonies of #0E0889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0889

Black with #0E0889

Text Example


Text Example

White with #0E0889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E0889; }

 p { color: rgb(14,8,137); }

 H1.HeaderClassName
 {
   color: #0E0889;
 }
 .AnyTagClassName
 {
   color: #0E0889;
 }
</style>

background-color css

<style>
 a { background-color: #0E0889; }

 a { background-color: rgb(14,8,137); }

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

border-color css

<style>
 span { border-color: #0E0889; }

 span { border-color: rgb(14,8,137); }

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