Html Css Color HEX #0E0189 Ultramarine

📋 copy color: '#0E0189'

red 14 ◦ green 1 ◦ blue 137

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

Shades of Ultramarine #0E0189

Tints of Ultramarine #0E0189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 9.21%
G = 0.66%
B = 90.13%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0E0189 (or 0x0E0189) is known color: Ultramarine. HEX triplet: 0E, 01 and 89. RGB value is (14,1,137). Sum of RGB (Red+Green+Blue) = 14+1+137=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 137 (53.91% from 255 or 90.13% from 152); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E0189 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0189 is #F1FE76. Grayscale: #131313. Windows color (decimal): -15859319 or 8978702. OLE color: 8978702.

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

Color convert

RGB 14 1 137 -
CMYK 0.90 0.99 0 0.46
HSL 245.74º 0.99% 0.27% -
HSV(B) 245.74º 0.99% 0.54% -
XYZ 4.71 1.92 23.79 -
YUV 20.39 193.81 123.44 -
System Red Green Blue C M Y K H S L
Decimal 14 1 137 0.90 0.99 0 0.46 245.74 0.99 0.27
Hex E 1 89 5A 63 0 2E F6 63 1B
Octal 16 1 211 132 143 0 56 366 143 33
Binary 1110 1 10001001 1011010 1100011 0 101110 11110110 1100011 11011

Color Harmonies of #0E0189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0189

Black with #0E0189

Text Example


Text Example

White with #0E0189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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