Html Css Color HEX #0E0D87 Ultramarine

📋 copy color: '#0E0D87'

red 14 ◦ green 13 ◦ blue 135

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

Shades of Ultramarine #0E0D87

Tints of Ultramarine #0E0D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 83.33%

R = 8.64%
G = 8.02%
B = 83.33%

CMYK

 C value IS 0.90

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0E0D87 (or 0x0E0D87) is known color: Ultramarine. HEX triplet: 0E, 0D and 87. RGB value is (14,13,135). Sum of RGB (Red+Green+Blue) = 14+13+135=162 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.64% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 135 (53.12% from 255 or 83.33% from 162); Max value from RGB is 135 - color contains mainly: blue. Hex color #0E0D87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0D87 is #F1F278. Grayscale: #1A1A1A. Windows color (decimal): -15856249 or 8850702. OLE color: 8850702.

HSL color Cylindrical-coordinate representation of color #0E0D87: hue angle of 240.49º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E0D87 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 14 13 135 -
CMYK 0.90 0.90 0 0.47
HSL 240.49º 0.82% 0.29% -
HSV(B) 240.49º 0.9% 0.53% -
XYZ 4.7 2.13 23.09 -
YUV 27.21 188.83 118.58 -
System Red Green Blue C M Y K H S L
Decimal 14 13 135 0.90 0.90 0 0.47 240.49 0.82 0.29
Hex E D 87 5A 5A 0 2F F0 52 1D
Octal 16 15 207 132 132 0 57 360 122 35
Binary 1110 1101 10000111 1011010 1011010 0 101111 11110000 1010010 11101

Color Harmonies of #0E0D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0D87

Black with #0E0D87

Text Example


Text Example

White with #0E0D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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