Html Css Color HEX #0E1892 Ultramarine

📋 copy color: '#0E1892'

red 14 ◦ green 24 ◦ blue 146

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

Shades of Ultramarine #0E1892

Tints of Ultramarine #0E1892

RGB

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

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

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

R = 7.61%
G = 13.04%
B = 79.35%

CMYK

 C value IS 0.90

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0E1892 (or 0x0E1892) is known color: Ultramarine. HEX triplet: 0E, 18 and 92. RGB value is (14,24,146). Sum of RGB (Red+Green+Blue) = 14+24+146=184 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.61% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 146 (57.42% from 255 or 79.35% from 184); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E1892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1892 is #F1E76D. Grayscale: #222222. Windows color (decimal): -15853422 or 9574414. OLE color: 9574414.

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

Color convert

RGB 14 24 146 -
CMYK 0.90 0.84 0 0.43
HSL 235.45º 0.83% 0.31% -
HSV(B) 235.45º 0.9% 0.57% -
XYZ 5.7 2.82 27.44 -
YUV 34.92 190.69 113.08 -
System Red Green Blue C M Y K H S L
Decimal 14 24 146 0.90 0.84 0 0.43 235.45 0.83 0.31
Hex E 18 92 5A 54 0 2B EB 52 1F
Octal 16 30 222 132 124 0 53 353 122 37
Binary 1110 11000 10010010 1011010 1010100 0 101011 11101011 1010010 11111

Color Harmonies of #0E1892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1892

Black with #0E1892

Text Example


Text Example

White with #0E1892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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