#041C85

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

Shades of Ultramarine #041C85

Tints of Ultramarine #041C85

Color information

#041C85 (or 0x041C85) is unknown color: approx Ultramarine. HEX triplet: 04, 1C and 85. RGB value is (4,28,133). Sum of RGB (Red+Green+Blue) = 4+28+133=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 133 (52.34% from 255 or 80.61% from 165); Max value from RGB is 133 - color contains mainly: blue. Hex color #041C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041C85 is #FBE37A. Grayscale: #202020. Windows color (decimal): -16507771 or 8723460. OLE color: 8723460.

HSL color Cylindrical-coordinate representation of color #041C85: hue angle of 228.84º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041C85 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB428133-
CMYK0.970.7900.48
HSL228.84º94.16%26.86%-
HSV(B)228.84º96.99%52.16%-
XYZ4.72.5522.43-
YUV32.79184.55107.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.42%
GREEN value IS 28 (11.33% from 255) = 16.97%
BLUE value IS 133 (52.34% from 255) = 80.61%
R=2.42%
G=16.97%
B=80.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4281330.970.7900.48228.8494.1626.86
Hex41C85614F030e55e1b
Octal43420514111706034513633
Binary100111001000010111000011001111011000011100101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041C85; }

 p { color: rgb(4,28,133); }

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

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

 a { background-color: rgb(4,28,133); }

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

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

 span { border-color: rgb(4,28,133); }

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