Html Css Color HEX #0E1390 Ultramarine

📋 copy color: '#0E1390'

red 14 ◦ green 19 ◦ blue 144

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

Shades of Ultramarine #0E1390

Tints of Ultramarine #0E1390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.73%

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

R = 7.91%
G = 10.73%
B = 81.36%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0E1390 (or 0x0E1390) is known color: Ultramarine. HEX triplet: 0E, 13 and 90. RGB value is (14,19,144). Sum of RGB (Red+Green+Blue) = 14+19+144=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 144 (56.64% from 255 or 81.36% from 177); Max value from RGB is 144 - color contains mainly: blue. Hex color #0E1390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1390 is #F1EC6F. Grayscale: #1F1F1F. Windows color (decimal): -15854704 or 9442062. OLE color: 9442062.

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

Color convert

RGB 14 19 144 -
CMYK 0.90 0.87 0 0.44
HSL 237.69º 0.82% 0.31% -
HSV(B) 237.69º 0.9% 0.56% -
XYZ 5.45 2.57 26.6 -
YUV 31.76 191.34 115.34 -
System Red Green Blue C M Y K H S L
Decimal 14 19 144 0.90 0.87 0 0.44 237.69 0.82 0.31
Hex E 13 90 5A 57 0 2C EE 52 1F
Octal 16 23 220 132 127 0 54 356 122 37
Binary 1110 10011 10010000 1011010 1010111 0 101100 11101110 1010010 11111

Color Harmonies of #0E1390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1390

Black with #0E1390

Text Example


Text Example

White with #0E1390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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