Html Css Color HEX #0E129D Ultramarine

📋 copy color: '#0E129D'

red 14 ◦ green 18 ◦ blue 157

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

Shades of Ultramarine #0E129D

Tints of Ultramarine #0E129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.52%

 BLUE value IS 157 (61.72% from 255) = 83.07%

R = 7.41%
G = 9.52%
B = 83.07%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E129D (or 0x0E129D) is known color: Ultramarine. HEX triplet: 0E, 12 and 9D. RGB value is (14,18,157). Sum of RGB (Red+Green+Blue) = 14+18+157=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 157 (61.72% from 255 or 83.07% from 189); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E129D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E129D is #F1ED62. Grayscale: #202020. Windows color (decimal): -15854947 or 10293774. OLE color: 10293774.

HSL color Cylindrical-coordinate representation of color #0E129D: hue angle of 238.32º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E129D is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 18 157 -
CMYK 0.91 0.89 0 0.38
HSL 238.32º 0.84% 0.34% -
HSV(B) 238.32º 0.91% 0.62% -
XYZ 6.48 2.96 32.13 -
YUV 32.65 198.17 114.7 -
System Red Green Blue C M Y K H S L
Decimal 14 18 157 0.91 0.89 0 0.38 238.32 0.84 0.34
Hex E 12 9D 5B 59 0 26 EE 54 22
Octal 16 22 235 133 131 0 46 356 124 42
Binary 1110 10010 10011101 1011011 1011001 0 100110 11101110 1010100 100010

Color Harmonies of #0E129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E129D

Black with #0E129D

Text Example


Text Example

White with #0E129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,18,157); }

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

background-color css

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

 a { background-color: rgb(14,18,157); }

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

border-color css

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

 span { border-color: rgb(14,18,157); }

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