#051A89

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

Shades of Ultramarine #051A89

Tints of Ultramarine #051A89

Color information

#051A89 (or 0x051A89) is unknown color: approx Ultramarine. HEX triplet: 05, 1A and 89. RGB value is (5,26,137). Sum of RGB (Red+Green+Blue) = 5+26+137=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 137 (53.91% from 255 or 81.55% from 168); Max value from RGB is 137 - color contains mainly: blue. Hex color #051A89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051A89 is #FAE576. Grayscale: #1F1F1F. Windows color (decimal): -16442743 or 8985093. OLE color: 8985093.

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

Color convert

RGB526137-
CMYK0.960.8100.46
HSL230.45º92.96%27.84%-
HSV(B)230.45º96.35%53.73%-
XYZ4.952.5823.9-
YUV32.38187.04108.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.98%
GREEN value IS 26 (10.55% from 255) = 15.48%
BLUE value IS 137 (53.91% from 255) = 81.55%
R=2.98%
G=15.48%
B=81.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5261370.960.8100.46230.4592.9627.84
Hex51A89605102Ee65d1c
Octal53221114012105634613534
Binary101110101000100111000001010001010111011100110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,26,137); }

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

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

 a { background-color: rgb(5,26,137); }

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

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

 span { border-color: rgb(5,26,137); }

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