Html Css Color HEX #051991 Ultramarine

📋 copy color: '#051991'

red 5 ◦ green 25 ◦ blue 145

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

Shades of Ultramarine #051991

Tints of Ultramarine #051991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 82.86%

R = 2.86%
G = 14.29%
B = 82.86%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#051991 (or 0x051991) is known color: Ultramarine. HEX triplet: 05, 19 and 91. RGB value is (5,25,145). Sum of RGB (Red+Green+Blue) = 5+25+145=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 145 (57.03% from 255 or 82.86% from 175); Max value from RGB is 145 - color contains mainly: blue. Hex color #051991 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051991 is #FAE66E. Grayscale: #202020. Windows color (decimal): -16442991 or 9509125. OLE color: 9509125.

HSL color Cylindrical-coordinate representation of color #051991: hue angle of 231.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051991 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 25 145 -
CMYK 0.97 0.83 0 0.43
HSL 231.43º 0.93% 0.29% -
HSV(B) 231.43º 0.97% 0.57% -
XYZ 5.52 2.77 27.03 -
YUV 32.7 191.37 108.24 -
System Red Green Blue C M Y K H S L
Decimal 5 25 145 0.97 0.83 0 0.43 231.43 0.93 0.29
Hex 5 19 91 61 53 0 2B E7 5D 1D
Octal 5 31 221 141 123 0 53 347 135 35
Binary 101 11001 10010001 1100001 1010011 0 101011 11100111 1011101 11101

Color Harmonies of #051991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051991

Black with #051991

Text Example


Text Example

White with #051991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051991; }

 p { color: rgb(5,25,145); }

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

background-color css

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

 a { background-color: rgb(5,25,145); }

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

border-color css

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

 span { border-color: rgb(5,25,145); }

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