#051992

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

Shades of Ultramarine #051992

Tints of Ultramarine #051992

Color information

#051992 (or 0x051992) is unknown color: approx Ultramarine. HEX triplet: 05, 19 and 92. RGB value is (5,25,146). Sum of RGB (Red+Green+Blue) = 5+25+146=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 146 (57.42% from 255 or 82.95% from 176); Max value from RGB is 146 - color contains mainly: blue. Hex color #051992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051992 is #FAE66D. Grayscale: #202020. Windows color (decimal): -16442990 or 9574661. OLE color: 9574661.

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

Color convert

RGB525146-
CMYK0.970.8300.43
HSL231.49º93.38%29.61%-
HSV(B)231.49º96.58%57.25%-
XYZ5.62.827.44-
YUV32.81191.87108.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.84%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 146 (57.42% from 255) = 82.95%
R=2.84%
G=14.20%
B=82.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5251460.970.8300.43231.4993.3829.61
Hex51992615302Be75d1e
Octal53122214112305334713536
Binary101110011001001011000011010011010101111100111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051992; }

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

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

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

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

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

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

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

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