Html Css Color HEX #0E0DA0 Ultramarine

📋 copy color: '#0E0DA0'

red 14 ◦ green 13 ◦ blue 160

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

Shades of Ultramarine #0E0DA0

Tints of Ultramarine #0E0DA0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.95%

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

R = 7.49%
G = 6.95%
B = 85.56%

CMYK

 C value IS 0.91

 M value IS 0.92

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0E0DA0 (or 0x0E0DA0) is known color: Ultramarine. HEX triplet: 0E, 0D and A0. RGB value is (14,13,160). Sum of RGB (Red+Green+Blue) = 14+13+160=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 160 (62.89% from 255 or 85.56% from 187); Max value from RGB is 160 - color contains mainly: blue. Hex color #0E0DA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0DA0 is #F1F25F. Grayscale: #1D1D1D. Windows color (decimal): -15856224 or 10489102. OLE color: 10489102.

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

Color convert

RGB 14 13 160 -
CMYK 0.91 0.92 0 0.37
HSL 240.41º 0.85% 0.34% -
HSV(B) 240.41º 0.92% 0.63% -
XYZ 6.67 2.92 33.47 -
YUV 30.06 201.33 116.55 -
System Red Green Blue C M Y K H S L
Decimal 14 13 160 0.91 0.92 0 0.37 240.41 0.85 0.34
Hex E D A0 5B 5C 0 25 F0 55 22
Octal 16 15 240 133 134 0 45 360 125 42
Binary 1110 1101 10100000 1011011 1011100 0 100101 11110000 1010101 100010

Color Harmonies of #0E0DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0DA0

Black with #0E0DA0

Text Example


Text Example

White with #0E0DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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