Html Css Color HEX #0E1992 Ultramarine

📋 copy color: '#0E1992'

red 14 ◦ green 25 ◦ blue 146

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

Shades of Ultramarine #0E1992

Tints of Ultramarine #0E1992

RGB

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

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

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

R = 7.57%
G = 13.51%
B = 78.92%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0E1992 (or 0x0E1992) is known color: Ultramarine. HEX triplet: 0E, 19 and 92. RGB value is (14,25,146). Sum of RGB (Red+Green+Blue) = 14+25+146=185 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.57% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 146 (57.42% from 255 or 78.92% from 185); Max value from RGB is 146 - color contains mainly: blue. Hex color #0E1992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E1992 is #F1E66D. Grayscale: #232323. Windows color (decimal): -15853166 or 9574670. OLE color: 9574670.

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

Color convert

RGB 14 25 146 -
CMYK 0.90 0.83 0 0.43
HSL 235º 0.83% 0.31% -
HSV(B) 235º 0.9% 0.57% -
XYZ 5.72 2.86 27.45 -
YUV 35.51 190.36 112.66 -
System Red Green Blue C M Y K H S L
Decimal 14 25 146 0.90 0.83 0 0.43 235 0.83 0.31
Hex E 19 92 5A 53 0 2B EB 52 1F
Octal 16 31 222 132 123 0 53 353 122 37
Binary 1110 11001 10010010 1011010 1010011 0 101011 11101011 1010010 11111

Color Harmonies of #0E1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1992

Black with #0E1992

Text Example


Text Example

White with #0E1992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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