Html Css Color HEX #0E199A Ultramarine

📋 copy color: '#0E199A'

red 14 ◦ green 25 ◦ blue 154

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

Shades of Ultramarine #0E199A

Tints of Ultramarine #0E199A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

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

R = 7.25%
G = 12.95%
B = 79.79%

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

#0E199A (or 0x0E199A) is known color: Ultramarine. HEX triplet: 0E, 19 and 9A. RGB value is (14,25,154). Sum of RGB (Red+Green+Blue) = 14+25+154=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 154 (60.55% from 255 or 79.79% from 193); Max value from RGB is 154 - color contains mainly: blue. Hex color #0E199A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E199A is #F1E665. Grayscale: #232323. Windows color (decimal): -15853158 or 10098958. OLE color: 10098958.

HSL color Cylindrical-coordinate representation of color #0E199A: hue angle of 235.29º 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 #0E199A is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 14 25 154 -
CMYK 0.91 0.84 0 0.40
HSL 235.29º 0.83% 0.33% -
HSV(B) 235.29º 0.91% 0.6% -
XYZ 6.36 3.12 30.84 -
YUV 36.42 194.36 112.01 -
System Red Green Blue C M Y K H S L
Decimal 14 25 154 0.91 0.84 0 0.40 235.29 0.83 0.33
Hex E 19 9A 5B 54 0 28 EB 53 21
Octal 16 31 232 133 124 0 50 353 123 41
Binary 1110 11001 10011010 1011011 1010100 0 101000 11101011 1010011 100001

Color Harmonies of #0E199A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E199A

Black with #0E199A

Text Example


Text Example

White with #0E199A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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