Html Css Color HEX #0E098C Ultramarine

📋 copy color: '#0E098C'

red 14 ◦ green 9 ◦ blue 140

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

Shades of Ultramarine #0E098C

Tints of Ultramarine #0E098C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.52%

 BLUE value IS 140 (55.08% from 255) = 85.89%

R = 8.59%
G = 5.52%
B = 85.89%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0E098C (or 0x0E098C) is known color: Ultramarine. HEX triplet: 0E, 09 and 8C. RGB value is (14,9,140). Sum of RGB (Red+Green+Blue) = 14+9+140=163 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.59% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 140 (55.08% from 255 or 85.89% from 163); Max value from RGB is 140 - color contains mainly: blue. Hex color #0E098C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E098C is #F1F673. Grayscale: #181818. Windows color (decimal): -15857268 or 9177358. OLE color: 9177358.

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

Color convert

RGB 14 9 140 -
CMYK 0.90 0.94 0 0.45
HSL 242.29º 0.88% 0.29% -
HSV(B) 242.29º 0.94% 0.55% -
XYZ 5.01 2.18 24.97 -
YUV 25.43 192.66 119.85 -
System Red Green Blue C M Y K H S L
Decimal 14 9 140 0.90 0.94 0 0.45 242.29 0.88 0.29
Hex E 9 8C 5A 5E 0 2D F2 58 1D
Octal 16 11 214 132 136 0 55 362 130 35
Binary 1110 1001 10001100 1011010 1011110 0 101101 11110010 1011000 11101

Color Harmonies of #0E098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E098C

Black with #0E098C

Text Example


Text Example

White with #0E098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,9,140); }

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

background-color css

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

 a { background-color: rgb(14,9,140); }

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

border-color css

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

 span { border-color: rgb(14,9,140); }

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