Html Css Color HEX #0E1986 Ultramarine

📋 copy color: '#0E1986'

red 14 ◦ green 25 ◦ blue 134

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

Shades of Ultramarine #0E1986

Tints of Ultramarine #0E1986

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.45%

 BLUE value IS 134 (52.73% from 255) = 77.46%

R = 8.09%
G = 14.45%
B = 77.46%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0E1986 (or 0x0E1986) is known color: Ultramarine. HEX triplet: 0E, 19 and 86. RGB value is (14,25,134). Sum of RGB (Red+Green+Blue) = 14+25+134=173 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.09% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 134 (52.73% from 255 or 77.46% from 173); Max value from RGB is 134 - color contains mainly: blue. Hex color #0E1986 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1986 is #F1E679. Grayscale: #212121. Windows color (decimal): -15853178 or 8788238. OLE color: 8788238.

HSL color Cylindrical-coordinate representation of color #0E1986: hue angle of 234.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E1986 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 25 134 -
CMYK 0.90 0.81 0 0.47
HSL 234.5º 0.81% 0.29% -
HSV(B) 234.5º 0.9% 0.53% -
XYZ 4.83 2.51 22.78 -
YUV 34.14 184.36 113.64 -
System Red Green Blue C M Y K H S L
Decimal 14 25 134 0.90 0.81 0 0.47 234.5 0.81 0.29
Hex E 19 86 5A 51 0 2F EA 51 1D
Octal 16 31 206 132 121 0 57 352 121 35
Binary 1110 11001 10000110 1011010 1010001 0 101111 11101010 1010001 11101

Color Harmonies of #0E1986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1986

Black with #0E1986

Text Example


Text Example

White with #0E1986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,25,134); }

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

background-color css

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

 a { background-color: rgb(14,25,134); }

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

border-color css

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

 span { border-color: rgb(14,25,134); }

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