#041878

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

Shades of Sapphire #041878

Tints of Sapphire #041878

Color information

#041878 (or 0x041878) is unknown color: approx Sapphire. HEX triplet: 04, 18 and 78. RGB value is (4,24,120). Sum of RGB (Red+Green+Blue) = 4+24+120=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 120 (47.27% from 255 or 81.08% from 148); Max value from RGB is 120 - color contains mainly: blue. Hex color #041878 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041878 is #FBE787. Grayscale: #1C1C1C. Windows color (decimal): -16508808 or 7870468. OLE color: 7870468.

HSL color Cylindrical-coordinate representation of color #041878: hue angle of 229.66º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041878 is Cyan = 0.97, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB424120-
CMYK0.970.800.53
HSL229.66º93.55%24.31%-
HSV(B)229.66º96.67%47.06%-
XYZ3.772.0417.96-
YUV28.96179.37110.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.70%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 120 (47.27% from 255) = 81.08%
R=2.70%
G=16.22%
B=81.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4241200.970.800.53229.6693.5524.31
Hex418786150035e65e18
Octal43017014112006534613630
Binary10011000111100011000011010000011010111100110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041878; }

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

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

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

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

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

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

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

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