Html Css Color HEX #0E1490 Ultramarine

📋 copy color: '#0E1490'

red 14 ◦ green 20 ◦ blue 144

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

Shades of Ultramarine #0E1490

Tints of Ultramarine #0E1490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.24%

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

R = 7.87%
G = 11.24%
B = 80.9%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0E1490 (or 0x0E1490) is known color: Ultramarine. HEX triplet: 0E, 14 and 90. RGB value is (14,20,144). Sum of RGB (Red+Green+Blue) = 14+20+144=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 144 (56.64% from 255 or 80.90% from 178); Max value from RGB is 144 - color contains mainly: blue. Hex color #0E1490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1490 is #F1EB6F. Grayscale: #1F1F1F. Windows color (decimal): -15854448 or 9442318. OLE color: 9442318.

HSL color Cylindrical-coordinate representation of color #0E1490: hue angle of 237.23º 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 #0E1490 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 14 20 144 -
CMYK 0.90 0.86 0 0.44
HSL 237.23º 0.82% 0.31% -
HSV(B) 237.23º 0.9% 0.56% -
XYZ 5.47 2.61 26.6 -
YUV 32.34 191.01 114.92 -
System Red Green Blue C M Y K H S L
Decimal 14 20 144 0.90 0.86 0 0.44 237.23 0.82 0.31
Hex E 14 90 5A 56 0 2C ED 52 1F
Octal 16 24 220 132 126 0 54 355 122 37
Binary 1110 10100 10010000 1011010 1010110 0 101100 11101101 1010010 11111

Color Harmonies of #0E1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1490

Black with #0E1490

Text Example


Text Example

White with #0E1490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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