Html Css Color HEX #050E93 Ultramarine

📋 copy color: '#050E93'

red 5 ◦ green 14 ◦ blue 147

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

Shades of Ultramarine #050E93

Tints of Ultramarine #050E93

RGB

 RED value IS 5 (2.34% from 255) = 3.01%

 GREEN value IS 14 (5.86% from 255) = 8.43%

 BLUE value IS 147 (57.81% from 255) = 88.55%

R = 3.01%
G = 8.43%
B = 88.55%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#050E93 (or 0x050E93) is known color: Ultramarine. HEX triplet: 05, 0E and 93. RGB value is (5,14,147). Sum of RGB (Red+Green+Blue) = 5+14+147=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 147 (57.81% from 255 or 88.55% from 166); Max value from RGB is 147 - color contains mainly: blue. Hex color #050E93 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050E93 is #FAF16C. Grayscale: #191919. Windows color (decimal): -16445805 or 9637381. OLE color: 9637381.

HSL color Cylindrical-coordinate representation of color #050E93: hue angle of 236.2º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050E93 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 14 147 -
CMYK 0.97 0.90 0 0.42
HSL 236.2º 0.93% 0.3% -
HSV(B) 236.2º 0.97% 0.58% -
XYZ 5.49 2.45 27.79 -
YUV 26.47 196.02 112.69 -
System Red Green Blue C M Y K H S L
Decimal 5 14 147 0.97 0.90 0 0.42 236.2 0.93 0.3
Hex 5 E 93 61 5A 0 2A EC 5D 1E
Octal 5 16 223 141 132 0 52 354 135 36
Binary 101 1110 10010011 1100001 1011010 0 101010 11101100 1011101 11110

Color Harmonies of #050E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E93

Black with #050E93

Text Example


Text Example

White with #050E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050E93; }

 p { color: rgb(5,14,147); }

 H1.HeaderClassName
 {
   color: #050E93;
 }
 .AnyTagClassName
 {
   color: #050E93;
 }
</style>

background-color css

<style>
 a { background-color: #050E93; }

 a { background-color: rgb(5,14,147); }

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

border-color css

<style>
 span { border-color: #050E93; }

 span { border-color: rgb(5,14,147); }

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