Html Css Color HEX #0E0D7D Ultramarine

📋 copy color: '#0E0D7D'

red 14 ◦ green 13 ◦ blue 125

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

Shades of Ultramarine #0E0D7D

Tints of Ultramarine #0E0D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 82.24%

R = 9.21%
G = 8.55%
B = 82.24%

CMYK

 C value IS 0.89

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0E0D7D (or 0x0E0D7D) is known color: Ultramarine. HEX triplet: 0E, 0D and 7D. RGB value is (14,13,125). Sum of RGB (Red+Green+Blue) = 14+13+125=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 125 (49.22% from 255 or 82.24% from 152); Max value from RGB is 125 - color contains mainly: blue. Hex color #0E0D7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0D7D is #F1F282. Grayscale: #191919. Windows color (decimal): -15856259 or 8195342. OLE color: 8195342.

HSL color Cylindrical-coordinate representation of color #0E0D7D: hue angle of 240.54º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E0D7D is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 14 13 125 -
CMYK 0.89 0.90 0 0.51
HSL 240.54º 0.81% 0.27% -
HSV(B) 240.54º 0.9% 0.49% -
XYZ 4.03 1.86 19.55 -
YUV 26.07 183.83 119.39 -
System Red Green Blue C M Y K H S L
Decimal 14 13 125 0.89 0.90 0 0.51 240.54 0.81 0.27
Hex E D 7D 59 5A 0 33 F1 51 1B
Octal 16 15 175 131 132 0 63 361 121 33
Binary 1110 1101 1111101 1011001 1011010 0 110011 11110001 1010001 11011

Color Harmonies of #0E0D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0D7D

Black with #0E0D7D

Text Example


Text Example

White with #0E0D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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