#051896

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

Shades of Ultramarine #051896

Tints of Ultramarine #051896

Color information

#051896 (or 0x051896) is unknown color: approx Ultramarine. HEX triplet: 05, 18 and 96. RGB value is (5,24,150). Sum of RGB (Red+Green+Blue) = 5+24+150=179 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.79% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 150 (58.98% from 255 or 83.80% from 179); Max value from RGB is 150 - color contains mainly: blue. Hex color #051896 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051896 is #FAE769. Grayscale: #202020. Windows color (decimal): -16443242 or 9836549. OLE color: 9836549.

HSL color Cylindrical-coordinate representation of color #051896: hue angle of 232.14º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051896 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB524150-
CMYK0.970.8400.41
HSL232.14º93.55%30.39%-
HSV(B)232.14º96.67%58.82%-
XYZ5.892.8929.1-
YUV32.68194.21108.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.79%
GREEN value IS 24 (9.77% from 255) = 13.41%
BLUE value IS 150 (58.98% from 255) = 83.80%
R=2.79%
G=13.41%
B=83.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5241500.970.8400.41232.1493.5530.39
Hex518966154029e85e1e
Octal53022614112405135013636
Binary101110001001011011000011010100010100111101000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051896; }

 p { color: rgb(5,24,150); }

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

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

 a { background-color: rgb(5,24,150); }

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

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

 span { border-color: rgb(5,24,150); }

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