#041854

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

Shades of Sapphire #041854

Tints of Sapphire #041854

Color information

#041854 (or 0x041854) is unknown color: approx Sapphire. HEX triplet: 04, 18 and 54. RGB value is (4,24,84). Sum of RGB (Red+Green+Blue) = 4+24+84=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 84 (33.20% from 255 or 75% from 112); Max value from RGB is 84 - color contains mainly: blue. Hex color #041854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041854 is #FBE7AB. Grayscale: #181818. Windows color (decimal): -16508844 or 5511172. OLE color: 5511172.

HSL color Cylindrical-coordinate representation of color #041854: hue angle of 225º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041854 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB42484-
CMYK0.950.7100.67
HSL225º90.91%17.25%-
HSV(B)225º95.24%32.94%-
XYZ1.981.328.54-
YUV24.86161.37113.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.57%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 84 (33.20% from 255) = 75%
R=3.57%
G=21.43%
B=75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal424840.950.7100.6722590.9117.25
Hex418545F47043e15b11
Octal430124137107010334113321
Binary100110001010100101111110001110100001111100001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041854; }

 p { color: rgb(4,24,84); }

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

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

 a { background-color: rgb(4,24,84); }

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

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

 span { border-color: rgb(4,24,84); }

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