#041694

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

Shades of Ultramarine #041694

Tints of Ultramarine #041694

Color information

#041694 (or 0x041694) is unknown color: approx Ultramarine. HEX triplet: 04, 16 and 94. RGB value is (4,22,148). Sum of RGB (Red+Green+Blue) = 4+22+148=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 148 (58.20% from 255 or 85.06% from 174); Max value from RGB is 148 - color contains mainly: blue. Hex color #041694 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041694 is #FBE96B. Grayscale: #1E1E1E. Windows color (decimal): -16509292 or 9704964. OLE color: 9704964.

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

Color convert

RGB422148-
CMYK0.970.8500.42
HSL232.5º94.74%29.8%-
HSV(B)232.5º97.3%58.04%-
XYZ5.682.7428.25-
YUV30.98194.04108.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.30%
GREEN value IS 22 (8.98% from 255) = 12.64%
BLUE value IS 148 (58.20% from 255) = 85.06%
R=2.30%
G=12.64%
B=85.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4221480.970.8500.42232.594.7429.8
Hex41694615502Ae85f1e
Octal42622414112505235013736
Binary100101101001010011000011010101010101011101000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041694; }

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

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

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

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

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

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

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

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