#051794

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

Shades of Ultramarine #051794

Tints of Ultramarine #051794

Color information

#051794 (or 0x051794) is unknown color: approx Ultramarine. HEX triplet: 05, 17 and 94. RGB value is (5,23,148). Sum of RGB (Red+Green+Blue) = 5+23+148=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 148 (58.20% from 255 or 84.09% from 176); Max value from RGB is 148 - color contains mainly: blue. Hex color #051794 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051794 is #FAE86B. Grayscale: #1F1F1F. Windows color (decimal): -16443500 or 9705221. OLE color: 9705221.

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

Color convert

RGB523148-
CMYK0.970.8400.42
HSL232.45º93.46%30%-
HSV(B)232.45º96.62%58.04%-
XYZ5.712.7828.25-
YUV31.87193.54108.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.84%
GREEN value IS 23 (9.38% from 255) = 13.07%
BLUE value IS 148 (58.20% from 255) = 84.09%
R=2.84%
G=13.07%
B=84.09%

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
Decimal5231480.970.8400.42232.4593.4630
Hex51794615402Ae85d1e
Octal52722414112405235013536
Binary101101111001010011000011010100010101011101000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051794; }

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

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

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

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

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

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

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

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