#041C74

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

Shades of Sapphire #041C74

Tints of Sapphire #041C74

Color information

#041C74 (or 0x041C74) is unknown color: approx Sapphire. HEX triplet: 04, 1C and 74. RGB value is (4,28,116). Sum of RGB (Red+Green+Blue) = 4+28+116=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 116 (45.70% from 255 or 78.38% from 148); Max value from RGB is 116 - color contains mainly: blue. Hex color #041C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041C74 is #FBE38B. Grayscale: #1E1E1E. Windows color (decimal): -16507788 or 7609348. OLE color: 7609348.

HSL color Cylindrical-coordinate representation of color #041C74: hue angle of 227.14º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041C74 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB428116-
CMYK0.970.7600.55
HSL227.14º93.33%23.53%-
HSV(B)227.14º96.55%45.49%-
XYZ3.622.1216.74-
YUV30.86176.05108.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.70%
GREEN value IS 28 (11.33% from 255) = 18.92%
BLUE value IS 116 (45.70% from 255) = 78.38%
R=2.70%
G=18.92%
B=78.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4281160.970.7600.55227.1493.3323.53
Hex41C74614C037e35d18
Octal43416414111406734313530
Binary10011100111010011000011001100011011111100011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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