Html Css Color HEX #051191 Ultramarine

📋 copy color: '#051191'

red 5 ◦ green 17 ◦ blue 145

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

Shades of Ultramarine #051191

Tints of Ultramarine #051191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.18%

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

R = 2.99%
G = 10.18%
B = 86.83%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#051191 (or 0x051191) is known color: Ultramarine. HEX triplet: 05, 11 and 91. RGB value is (5,17,145). Sum of RGB (Red+Green+Blue) = 5+17+145=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 145 (57.03% from 255 or 86.83% from 167); Max value from RGB is 145 - color contains mainly: blue. Hex color #051191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051191 is #FAEE6E. Grayscale: #1B1B1B. Windows color (decimal): -16445039 or 9507077. OLE color: 9507077.

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

Color convert

RGB 5 17 145 -
CMYK 0.97 0.88 0 0.43
HSL 234.86º 0.93% 0.29% -
HSV(B) 234.86º 0.97% 0.57% -
XYZ 5.37 2.48 26.98 -
YUV 28 194.02 111.59 -
System Red Green Blue C M Y K H S L
Decimal 5 17 145 0.97 0.88 0 0.43 234.86 0.93 0.29
Hex 5 11 91 61 58 0 2B EB 5D 1D
Octal 5 21 221 141 130 0 53 353 135 35
Binary 101 10001 10010001 1100001 1011000 0 101011 11101011 1011101 11101

Color Harmonies of #051191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051191

Black with #051191

Text Example


Text Example

White with #051191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051191; }

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

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

background-color css

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

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

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

border-color css

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

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

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