Html Css Color HEX #0E1495 Ultramarine

📋 copy color: '#0E1495'

red 14 ◦ green 20 ◦ blue 149

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

Shades of Ultramarine #0E1495

Tints of Ultramarine #0E1495

RGB

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

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

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

R = 7.65%
G = 10.93%
B = 81.42%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0E1495 (or 0x0E1495) is known color: Ultramarine. HEX triplet: 0E, 14 and 95. RGB value is (14,20,149). Sum of RGB (Red+Green+Blue) = 14+20+149=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 149 (58.59% from 255 or 81.42% from 183); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E1495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1495 is #F1EB6A. Grayscale: #202020. Windows color (decimal): -15854443 or 9769998. OLE color: 9769998.

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

Color convert

RGB 14 20 149 -
CMYK 0.91 0.87 0 0.42
HSL 237.33º 0.83% 0.32% -
HSV(B) 237.33º 0.91% 0.58% -
XYZ 5.86 2.76 28.66 -
YUV 32.91 193.51 114.51 -
System Red Green Blue C M Y K H S L
Decimal 14 20 149 0.91 0.87 0 0.42 237.33 0.83 0.32
Hex E 14 95 5B 57 0 2A ED 53 20
Octal 16 24 225 133 127 0 52 355 123 40
Binary 1110 10100 10010101 1011011 1010111 0 101010 11101101 1010011 100000

Color Harmonies of #0E1495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1495

Black with #0E1495

Text Example


Text Example

White with #0E1495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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