Html Css Color HEX #0E189A Ultramarine

📋 copy color: '#0E189A'

red 14 ◦ green 24 ◦ blue 154

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

Shades of Ultramarine #0E189A

Tints of Ultramarine #0E189A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.5%

 BLUE value IS 154 (60.55% from 255) = 80.21%

R = 7.29%
G = 12.5%
B = 80.21%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0E189A (or 0x0E189A) is known color: Ultramarine. HEX triplet: 0E, 18 and 9A. RGB value is (14,24,154). Sum of RGB (Red+Green+Blue) = 14+24+154=192 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.29% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 154 (60.55% from 255 or 80.21% from 192); Max value from RGB is 154 - color contains mainly: blue. Hex color #0E189A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E189A is #F1E765. Grayscale: #232323. Windows color (decimal): -15853414 or 10098702. OLE color: 10098702.

HSL color Cylindrical-coordinate representation of color #0E189A: hue angle of 235.71º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E189A is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 14 24 154 -
CMYK 0.91 0.84 0 0.40
HSL 235.71º 0.83% 0.33% -
HSV(B) 235.71º 0.91% 0.6% -
XYZ 6.34 3.08 30.83 -
YUV 35.83 194.69 112.43 -
System Red Green Blue C M Y K H S L
Decimal 14 24 154 0.91 0.84 0 0.40 235.71 0.83 0.33
Hex E 18 9A 5B 54 0 28 EC 53 21
Octal 16 30 232 133 124 0 50 354 123 41
Binary 1110 11000 10011010 1011011 1010100 0 101000 11101100 1010011 100001

Color Harmonies of #0E189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E189A

Black with #0E189A

Text Example


Text Example

White with #0E189A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,24,154); }

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

background-color css

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

 a { background-color: rgb(14,24,154); }

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

border-color css

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

 span { border-color: rgb(14,24,154); }

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