Html Css Color HEX #0E1995 Ultramarine

📋 copy color: '#0E1995'

red 14 ◦ green 25 ◦ blue 149

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

Shades of Ultramarine #0E1995

Tints of Ultramarine #0E1995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 79.26%

R = 7.45%
G = 13.3%
B = 79.26%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0E1995 (or 0x0E1995) is known color: Ultramarine. HEX triplet: 0E, 19 and 95. RGB value is (14,25,149). Sum of RGB (Red+Green+Blue) = 14+25+149=188 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.45% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 149 (58.59% from 255 or 79.26% from 188); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E1995 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1995 is #F1E66A. Grayscale: #232323. Windows color (decimal): -15853163 or 9771278. OLE color: 9771278.

HSL color Cylindrical-coordinate representation of color #0E1995: hue angle of 235.11º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E1995 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 25 149 -
CMYK 0.91 0.83 0 0.42
HSL 235.11º 0.83% 0.32% -
HSV(B) 235.11º 0.91% 0.58% -
XYZ 5.95 2.96 28.69 -
YUV 35.85 191.86 112.42 -
System Red Green Blue C M Y K H S L
Decimal 14 25 149 0.91 0.83 0 0.42 235.11 0.83 0.32
Hex E 19 95 5B 53 0 2A EB 53 20
Octal 16 31 225 133 123 0 52 353 123 40
Binary 1110 11001 10010101 1011011 1010011 0 101010 11101011 1010011 100000

Color Harmonies of #0E1995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1995

Black with #0E1995

Text Example


Text Example

White with #0E1995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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