Html Css Color HEX #0E0899 Ultramarine

📋 copy color: '#0E0899'

red 14 ◦ green 8 ◦ blue 153

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

Shades of Ultramarine #0E0899

Tints of Ultramarine #0E0899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 87.43%

R = 8%
G = 4.57%
B = 87.43%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0E0899 (or 0x0E0899) is known color: Ultramarine. HEX triplet: 0E, 08 and 99. RGB value is (14,8,153). Sum of RGB (Red+Green+Blue) = 14+8+153=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 8 (3.52% from 255 or 4.57% from 175); Blue value is 153 (60.16% from 255 or 87.43% from 175); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E0899 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0899 is #F1F766. Grayscale: #191919. Windows color (decimal): -15857511 or 10029070. OLE color: 10029070.

HSL color Cylindrical-coordinate representation of color #0E0899: hue angle of 242.48º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E0899 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 14 8 153 -
CMYK 0.91 0.95 0 0.4
HSL 242.48º 0.9% 0.32% -
HSV(B) 242.48º 0.95% 0.6% -
XYZ 6.02 2.57 30.32 -
YUV 26.32 199.49 119.21 -
System Red Green Blue C M Y K H S L
Decimal 14 8 153 0.91 0.95 0 0.4 242.48 0.9 0.32
Hex E 8 99 5B 5F 0 28 F2 5A 20
Octal 16 10 231 133 137 0 50 362 132 40
Binary 1110 1000 10011001 1011011 1011111 0 101000 11110010 1011010 100000

Color Harmonies of #0E0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0899

Black with #0E0899

Text Example


Text Example

White with #0E0899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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