#051793

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

Shades of Ultramarine #051793

Tints of Ultramarine #051793

Color information

#051793 (or 0x051793) is unknown color: approx Ultramarine. HEX triplet: 05, 17 and 93. RGB value is (5,23,147). Sum of RGB (Red+Green+Blue) = 5+23+147=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 147 (57.81% from 255 or 84% from 175); Max value from RGB is 147 - color contains mainly: blue. Hex color #051793 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051793 is #FAE86C. Grayscale: #1F1F1F. Windows color (decimal): -16443501 or 9639685. OLE color: 9639685.

HSL color Cylindrical-coordinate representation of color #051793: hue angle of 232.39º 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 #051793 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB523147-
CMYK0.970.8400.42
HSL232.39º93.42%29.8%-
HSV(B)232.39º96.6%57.65%-
XYZ5.642.7527.84-
YUV31.75193.04108.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.86%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 147 (57.81% from 255) = 84%
R=2.86%
G=13.14%
B=84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5231470.970.8400.42232.3993.4229.8
Hex51793615402Ae85d1e
Octal52722314112405235013536
Binary101101111001001111000011010100010101011101000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051793; }

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

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

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

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

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

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

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

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