Html Css Color HEX #0E1192 Ultramarine

📋 copy color: '#0E1192'

red 14 ◦ green 17 ◦ blue 146

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

Shades of Ultramarine #0E1192

Tints of Ultramarine #0E1192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.6%

 BLUE value IS 146 (57.42% from 255) = 82.49%

R = 7.91%
G = 9.6%
B = 82.49%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0E1192 (or 0x0E1192) is known color: Ultramarine. HEX triplet: 0E, 11 and 92. RGB value is (14,17,146). Sum of RGB (Red+Green+Blue) = 14+17+146=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 146 (57.42% from 255 or 82.49% from 177); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E1192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1192 is #F1EE6D. Grayscale: #1E1E1E. Windows color (decimal): -15855214 or 9572622. OLE color: 9572622.

HSL color Cylindrical-coordinate representation of color #0E1192: hue angle of 238.64º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E1192 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 14 17 146 -
CMYK 0.90 0.88 0 0.43
HSL 238.64º 0.83% 0.31% -
HSV(B) 238.64º 0.9% 0.57% -
XYZ 5.57 2.57 27.4 -
YUV 30.81 193.01 116.01 -
System Red Green Blue C M Y K H S L
Decimal 14 17 146 0.90 0.88 0 0.43 238.64 0.83 0.31
Hex E 11 92 5A 58 0 2B EF 52 1F
Octal 16 21 222 132 130 0 53 357 122 37
Binary 1110 10001 10010010 1011010 1011000 0 101011 11101111 1010010 11111

Color Harmonies of #0E1192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1192

Black with #0E1192

Text Example


Text Example

White with #0E1192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,17,146); }

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

background-color css

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

 a { background-color: rgb(14,17,146); }

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

border-color css

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

 span { border-color: rgb(14,17,146); }

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