#051B8E

Color #051B8E Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #051B8E

Tints of Ultramarine #051B8E

Color information

#051B8E (or 0x051B8E) is unknown color: approx Ultramarine. HEX triplet: 05, 1B and 8E. RGB value is (5,27,142). Sum of RGB (Red+Green+Blue) = 5+27+142=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 142 (55.86% from 255 or 81.61% from 174); Max value from RGB is 142 - color contains mainly: blue. Hex color #051B8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051B8E is #FAE471. Grayscale: #212121. Windows color (decimal): -16442482 or 9313029. OLE color: 9313029.

HSL color Cylindrical-coordinate representation of color #051B8E: hue angle of 230.36º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051B8E is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB527142-
CMYK0.960.8100.44
HSL230.36º93.2%28.82%-
HSV(B)230.36º96.48%55.69%-
XYZ5.342.7725.84-
YUV33.53189.21107.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 27 (10.94% from 255) = 15.52%
BLUE value IS 142 (55.86% from 255) = 81.61%
R=2.87%
G=15.52%
B=81.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5271420.960.8100.44230.3693.228.82
Hex51B8E605102Ce65d1d
Octal53321614012105434613535
Binary101110111000111011000001010001010110011100110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051B8E; }

 p { color: rgb(5,27,142); }

 H1.HeaderClassName
 {
   color: #051B8E;
 }
 .AnyTagClassName
 {
   color: #051B8E;
 }
</style>
background-color css

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

 a { background-color: rgb(5,27,142); }

 div.DivClassName
 {
   background-color: #051B8E;
 }
 .BgClassName
 {
   background-color: #051B8E;
 }
</style>
border-color css

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

 span { border-color: rgb(5,27,142); }

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