Html Css Color HEX #0E0BA0 Ultramarine

📋 copy color: '#0E0BA0'

red 14 ◦ green 11 ◦ blue 160

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

Shades of Ultramarine #0E0BA0

Tints of Ultramarine #0E0BA0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.95%

 BLUE value IS 160 (62.89% from 255) = 86.49%

R = 7.57%
G = 5.95%
B = 86.49%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0E0BA0 (or 0x0E0BA0) is known color: Ultramarine. HEX triplet: 0E, 0B and A0. RGB value is (14,11,160). Sum of RGB (Red+Green+Blue) = 14+11+160=185 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.57% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 160 (62.89% from 255 or 86.49% from 185); Max value from RGB is 160 - color contains mainly: blue. Hex color #0E0BA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0BA0 is #F1F45F. Grayscale: #1C1C1C. Windows color (decimal): -15856736 or 10488590. OLE color: 10488590.

HSL color Cylindrical-coordinate representation of color #0E0BA0: hue angle of 241.21º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0BA0 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 14 11 160 -
CMYK 0.91 0.93 0 0.37
HSL 241.21º 0.87% 0.34% -
HSV(B) 241.21º 0.93% 0.63% -
XYZ 6.65 2.87 33.46 -
YUV 28.88 201.99 117.38 -
System Red Green Blue C M Y K H S L
Decimal 14 11 160 0.91 0.93 0 0.37 241.21 0.87 0.34
Hex E B A0 5B 5D 0 25 F1 57 22
Octal 16 13 240 133 135 0 45 361 127 42
Binary 1110 1011 10100000 1011011 1011101 0 100101 11110001 1010111 100010

Color Harmonies of #0E0BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0BA0

Black with #0E0BA0

Text Example


Text Example

White with #0E0BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,11,160); }

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

background-color css

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

 a { background-color: rgb(14,11,160); }

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

border-color css

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

 span { border-color: rgb(14,11,160); }

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