Html Css Color HEX #0E018D Ultramarine

📋 copy color: '#0E018D'

red 14 ◦ green 1 ◦ blue 141

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

Shades of Ultramarine #0E018D

Tints of Ultramarine #0E018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

 BLUE value IS 141 (55.47% from 255) = 90.38%

R = 8.97%
G = 0.64%
B = 90.38%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0E018D (or 0x0E018D) is known color: Ultramarine. HEX triplet: 0E, 01 and 8D. RGB value is (14,1,141). Sum of RGB (Red+Green+Blue) = 14+1+141=156 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.97% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 141 (55.47% from 255 or 90.38% from 156); Max value from RGB is 141 - color contains mainly: blue. Hex color #0E018D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E018D is #F1FE72. Grayscale: #141414. Windows color (decimal): -15859315 or 9240846. OLE color: 9240846.

HSL color Cylindrical-coordinate representation of color #0E018D: hue angle of 245.57º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E018D is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 1 141 -
CMYK 0.90 0.99 0 0.45
HSL 245.57º 0.99% 0.28% -
HSV(B) 245.57º 0.99% 0.55% -
XYZ 5 2.04 25.33 -
YUV 20.85 195.81 123.12 -
System Red Green Blue C M Y K H S L
Decimal 14 1 141 0.90 0.99 0 0.45 245.57 0.99 0.28
Hex E 1 8D 5A 63 0 2D F6 63 1C
Octal 16 1 215 132 143 0 55 366 143 34
Binary 1110 1 10001101 1011010 1100011 0 101101 11110110 1100011 11100

Color Harmonies of #0E018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E018D

Black with #0E018D

Text Example


Text Example

White with #0E018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,1,141); }

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

background-color css

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

 a { background-color: rgb(14,1,141); }

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

border-color css

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

 span { border-color: rgb(14,1,141); }

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