#041969

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

Shades of Sapphire #041969

Tints of Sapphire #041969

Color information

#041969 (or 0x041969) is unknown color: approx Sapphire. HEX triplet: 04, 19 and 69. RGB value is (4,25,105). Sum of RGB (Red+Green+Blue) = 4+25+105=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 105 (41.41% from 255 or 78.36% from 134); Max value from RGB is 105 - color contains mainly: blue. Hex color #041969 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041969 is #FBE696. Grayscale: #1B1B1B. Windows color (decimal): -16508567 or 6887684. OLE color: 6887684.

HSL color Cylindrical-coordinate representation of color #041969: hue angle of 227.52º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041969 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB425105-
CMYK0.960.7600.59
HSL227.52º92.66%21.37%-
HSV(B)227.52º96.19%41.18%-
XYZ2.951.7413.55-
YUV27.84171.54111-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.99%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 105 (41.41% from 255) = 78.36%
R=2.99%
G=18.66%
B=78.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4251050.960.7600.59227.5292.6621.37
Hex41969604C03Be45d15
Octal43115114011407334413525
Binary10011001110100111000001001100011101111100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041969; }

 p { color: rgb(4,25,105); }

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

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

 a { background-color: rgb(4,25,105); }

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

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

 span { border-color: rgb(4,25,105); }

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