Html Css Color HEX #0E0490 Ultramarine

📋 copy color: '#0E0490'

red 14 ◦ green 4 ◦ blue 144

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

Shades of Ultramarine #0E0490

Tints of Ultramarine #0E0490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.47%

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

R = 8.64%
G = 2.47%
B = 88.89%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0E0490 (or 0x0E0490) is known color: Ultramarine. HEX triplet: 0E, 04 and 90. RGB value is (14,4,144). Sum of RGB (Red+Green+Blue) = 14+4+144=162 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.64% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 144 (56.64% from 255 or 88.89% from 162); Max value from RGB is 144 - color contains mainly: blue. Hex color #0E0490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0490 is #F1FB6F. Grayscale: #161616. Windows color (decimal): -15858544 or 9438222. OLE color: 9438222.

HSL color Cylindrical-coordinate representation of color #0E0490: hue angle of 244.29º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E0490 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 14 4 144 -
CMYK 0.90 0.97 0 0.44
HSL 244.29º 0.95% 0.29% -
HSV(B) 244.29º 0.97% 0.56% -
XYZ 5.26 2.19 26.53 -
YUV 22.95 196.31 121.62 -
System Red Green Blue C M Y K H S L
Decimal 14 4 144 0.90 0.97 0 0.44 244.29 0.95 0.29
Hex E 4 90 5A 61 0 2C F4 5F 1D
Octal 16 4 220 132 141 0 54 364 137 35
Binary 1110 100 10010000 1011010 1100001 0 101100 11110100 1011111 11101

Color Harmonies of #0E0490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0490

Black with #0E0490

Text Example


Text Example

White with #0E0490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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