#041794

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

Shades of Ultramarine #041794

Tints of Ultramarine #041794

Color information

#041794 (or 0x041794) is unknown color: approx Ultramarine. HEX triplet: 04, 17 and 94. RGB value is (4,23,148). Sum of RGB (Red+Green+Blue) = 4+23+148=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 148 (58.20% from 255 or 84.57% from 175); Max value from RGB is 148 - color contains mainly: blue. Hex color #041794 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041794 is #FBE86B. Grayscale: #1F1F1F. Windows color (decimal): -16509036 or 9705220. OLE color: 9705220.

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

Color convert

RGB423148-
CMYK0.970.8400.42
HSL232.08º94.74%29.8%-
HSV(B)232.08º97.3%58.04%-
XYZ5.72.7828.25-
YUV31.57193.71108.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.29%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 148 (58.20% from 255) = 84.57%
R=2.29%
G=13.14%
B=84.57%

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
Decimal4231480.970.8400.42232.0894.7429.8
Hex41794615402Ae85f1e
Octal42722414112405235013736
Binary100101111001010011000011010100010101011101000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041794; }

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

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

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

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

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

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

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

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