Html Css Color HEX #0E1190 Ultramarine

📋 copy color: '#0E1190'

red 14 ◦ green 17 ◦ blue 144

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

Shades of Ultramarine #0E1190

Tints of Ultramarine #0E1190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.71%

 BLUE value IS 144 (56.64% from 255) = 82.29%

R = 8%
G = 9.71%
B = 82.29%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0E1190 (or 0x0E1190) is known color: Ultramarine. HEX triplet: 0E, 11 and 90. RGB value is (14,17,144). Sum of RGB (Red+Green+Blue) = 14+17+144=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 144 (56.64% from 255 or 82.29% from 175); Max value from RGB is 144 - color contains mainly: blue. Hex color #0E1190 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1190 is #F1EE6F. Grayscale: #1E1E1E. Windows color (decimal): -15855216 or 9441550. OLE color: 9441550.

HSL color Cylindrical-coordinate representation of color #0E1190: hue angle of 238.62º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E1190 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 14 17 144 -
CMYK 0.90 0.88 0 0.44
HSL 238.62º 0.82% 0.31% -
HSV(B) 238.62º 0.9% 0.56% -
XYZ 5.42 2.51 26.58 -
YUV 30.58 192.01 116.17 -
System Red Green Blue C M Y K H S L
Decimal 14 17 144 0.90 0.88 0 0.44 238.62 0.82 0.31
Hex E 11 90 5A 58 0 2C EF 52 1F
Octal 16 21 220 132 130 0 54 357 122 37
Binary 1110 10001 10010000 1011010 1011000 0 101100 11101111 1010010 11111

Color Harmonies of #0E1190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1190

Black with #0E1190

Text Example


Text Example

White with #0E1190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,17,144); }

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

background-color css

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

 a { background-color: rgb(14,17,144); }

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

border-color css

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

 span { border-color: rgb(14,17,144); }

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