#041592

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

Shades of Ultramarine #041592

Tints of Ultramarine #041592

Color information

#041592 (or 0x041592) is unknown color: approx Ultramarine. HEX triplet: 04, 15 and 92. RGB value is (4,21,146). Sum of RGB (Red+Green+Blue) = 4+21+146=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 146 (57.42% from 255 or 85.38% from 171); Max value from RGB is 146 - color contains mainly: blue. Hex color #041592 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041592 is #FBEA6D. Grayscale: #1D1D1D. Windows color (decimal): -16509550 or 9573636. OLE color: 9573636.

HSL color Cylindrical-coordinate representation of color #041592: hue angle of 232.82º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041592 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB421146-
CMYK0.970.8600.43
HSL232.82º94.67%29.41%-
HSV(B)232.82º97.26%57.25%-
XYZ5.512.6427.41-
YUV30.17193.37109.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.34%
GREEN value IS 21 (8.59% from 255) = 12.28%
BLUE value IS 146 (57.42% from 255) = 85.38%
R=2.34%
G=12.28%
B=85.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4211460.970.8600.43232.8294.6729.41
Hex41592615602Be95f1d
Octal42522214112605335113735
Binary100101011001001011000011010110010101111101001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041592; }

 p { color: rgb(4,21,146); }

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

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

 a { background-color: rgb(4,21,146); }

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

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

 span { border-color: rgb(4,21,146); }

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