#051993

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

Shades of Ultramarine #051993

Tints of Ultramarine #051993

Color information

#051993 (or 0x051993) is unknown color: approx Ultramarine. HEX triplet: 05, 19 and 93. RGB value is (5,25,147). Sum of RGB (Red+Green+Blue) = 5+25+147=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 147 (57.81% from 255 or 83.05% from 177); Max value from RGB is 147 - color contains mainly: blue. Hex color #051993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051993 is #FAE66C. Grayscale: #202020. Windows color (decimal): -16442989 or 9640197. OLE color: 9640197.

HSL color Cylindrical-coordinate representation of color #051993: hue angle of 231.55º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051993 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB525147-
CMYK0.970.8300.42
HSL231.55º93.42%29.8%-
HSV(B)231.55º96.6%57.65%-
XYZ5.682.8327.85-
YUV32.93192.37108.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 147 (57.81% from 255) = 83.05%
R=2.82%
G=14.12%
B=83.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5251470.970.8300.42231.5593.4229.8
Hex51993615302Ae85d1e
Octal53122314112305235013536
Binary101110011001001111000011010011010101011101000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051993; }

 p { color: rgb(5,25,147); }

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

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

 a { background-color: rgb(5,25,147); }

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

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

 span { border-color: rgb(5,25,147); }

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