Html Css Color HEX #0E089C Ultramarine

📋 copy color: '#0E089C'

red 14 ◦ green 8 ◦ blue 156

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

Shades of Ultramarine #0E089C

Tints of Ultramarine #0E089C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.49%

 BLUE value IS 156 (61.33% from 255) = 87.64%

R = 7.87%
G = 4.49%
B = 87.64%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E089C (or 0x0E089C) is known color: Ultramarine. HEX triplet: 0E, 08 and 9C. RGB value is (14,8,156). Sum of RGB (Red+Green+Blue) = 14+8+156=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 156 (61.33% from 255 or 87.64% from 178); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E089C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E089C is #F1F763. Grayscale: #1A1A1A. Windows color (decimal): -15857508 or 10225678. OLE color: 10225678.

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

Color convert

RGB 14 8 156 -
CMYK 0.91 0.95 0 0.39
HSL 242.43º 0.9% 0.32% -
HSV(B) 242.43º 0.95% 0.61% -
XYZ 6.27 2.67 31.64 -
YUV 26.67 200.99 118.97 -
System Red Green Blue C M Y K H S L
Decimal 14 8 156 0.91 0.95 0 0.39 242.43 0.9 0.32
Hex E 8 9C 5B 5F 0 27 F2 5A 20
Octal 16 10 234 133 137 0 47 362 132 40
Binary 1110 1000 10011100 1011011 1011111 0 100111 11110010 1011010 100000

Color Harmonies of #0E089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E089C

Black with #0E089C

Text Example


Text Example

White with #0E089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,8,156); }

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

background-color css

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

 a { background-color: rgb(14,8,156); }

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

border-color css

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

 span { border-color: rgb(14,8,156); }

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