Html Css Color HEX #0E019B Ultramarine

📋 copy color: '#0E019B'

red 14 ◦ green 1 ◦ blue 155

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

Shades of Ultramarine #0E019B

Tints of Ultramarine #0E019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 91.18%

R = 8.24%
G = 0.59%
B = 91.18%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E019B (or 0x0E019B) is known color: Ultramarine. HEX triplet: 0E, 01 and 9B. RGB value is (14,1,155). Sum of RGB (Red+Green+Blue) = 14+1+155=170 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.24% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 155 (60.94% from 255 or 91.18% from 170); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E019B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E019B is #F1FE64. Grayscale: #151515. Windows color (decimal): -15859301 or 10158350. OLE color: 10158350.

HSL color Cylindrical-coordinate representation of color #0E019B: hue angle of 245.06º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E019B is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 1 155 -
CMYK 0.91 0.99 0 0.39
HSL 245.06º 0.99% 0.31% -
HSV(B) 245.06º 0.99% 0.61% -
XYZ 6.11 2.48 31.17 -
YUV 22.44 202.81 121.98 -
System Red Green Blue C M Y K H S L
Decimal 14 1 155 0.91 0.99 0 0.39 245.06 0.99 0.31
Hex E 1 9B 5B 63 0 27 F5 63 1F
Octal 16 1 233 133 143 0 47 365 143 37
Binary 1110 1 10011011 1011011 1100011 0 100111 11110101 1100011 11111

Color Harmonies of #0E019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E019B

Black with #0E019B

Text Example


Text Example

White with #0E019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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