Html Css Color HEX #051291 Ultramarine

📋 copy color: '#051291'

red 5 ◦ green 18 ◦ blue 145

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

Shades of Ultramarine #051291

Tints of Ultramarine #051291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.71%

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

R = 2.98%
G = 10.71%
B = 86.31%

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

#051291 (or 0x051291) is known color: Ultramarine. HEX triplet: 05, 12 and 91. RGB value is (5,18,145). Sum of RGB (Red+Green+Blue) = 5+18+145=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 145 (57.03% from 255 or 86.31% from 168); Max value from RGB is 145 - color contains mainly: blue. Hex color #051291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051291 is #FAED6E. Grayscale: #1C1C1C. Windows color (decimal): -16444783 or 9507333. OLE color: 9507333.

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

Color convert

RGB 5 18 145 -
CMYK 0.97 0.88 0 0.43
HSL 234.43º 0.93% 0.29% -
HSV(B) 234.43º 0.97% 0.57% -
XYZ 5.39 2.51 26.99 -
YUV 28.59 193.69 111.17 -
System Red Green Blue C M Y K H S L
Decimal 5 18 145 0.97 0.88 0 0.43 234.43 0.93 0.29
Hex 5 12 91 61 58 0 2B EA 5D 1D
Octal 5 22 221 141 130 0 53 352 135 35
Binary 101 10010 10010001 1100001 1011000 0 101011 11101010 1011101 11101

Color Harmonies of #051291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051291

Black with #051291

Text Example


Text Example

White with #051291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051291; }

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

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

background-color css

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

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

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

border-color css

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

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

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