Html Css Color HEX #051591 Ultramarine

📋 copy color: '#051591'

red 5 ◦ green 21 ◦ blue 145

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

Shades of Ultramarine #051591

Tints of Ultramarine #051591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.28%

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

R = 2.92%
G = 12.28%
B = 84.8%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#051591 (or 0x051591) is known color: Ultramarine. HEX triplet: 05, 15 and 91. RGB value is (5,21,145). Sum of RGB (Red+Green+Blue) = 5+21+145=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 145 (57.03% from 255 or 84.80% from 171); Max value from RGB is 145 - color contains mainly: blue. Hex color #051591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051591 is #FAEA6E. Grayscale: #1D1D1D. Windows color (decimal): -16444015 or 9508101. OLE color: 9508101.

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

Color convert

RGB 5 21 145 -
CMYK 0.97 0.86 0 0.43
HSL 233.14º 0.93% 0.29% -
HSV(B) 233.14º 0.97% 0.57% -
XYZ 5.44 2.61 27.01 -
YUV 30.35 192.7 109.92 -
System Red Green Blue C M Y K H S L
Decimal 5 21 145 0.97 0.86 0 0.43 233.14 0.93 0.29
Hex 5 15 91 61 56 0 2B E9 5D 1D
Octal 5 25 221 141 126 0 53 351 135 35
Binary 101 10101 10010001 1100001 1010110 0 101011 11101001 1011101 11101

Color Harmonies of #051591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051591

Black with #051591

Text Example


Text Example

White with #051591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051591; }

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

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

background-color css

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

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

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

border-color css

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

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

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