#041669

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

Shades of Sapphire #041669

Tints of Sapphire #041669

Color information

#041669 (or 0x041669) is unknown color: approx Sapphire. HEX triplet: 04, 16 and 69. RGB value is (4,22,105). Sum of RGB (Red+Green+Blue) = 4+22+105=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 105 (41.41% from 255 or 80.15% from 131); Max value from RGB is 105 - color contains mainly: blue. Hex color #041669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041669 is #FBE996. Grayscale: #191919. Windows color (decimal): -16509335 or 6886916. OLE color: 6886916.

HSL color Cylindrical-coordinate representation of color #041669: hue angle of 229.31º 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 #041669 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB422105-
CMYK0.960.7900.59
HSL229.31º92.66%21.37%-
HSV(B)229.31º96.19%41.18%-
XYZ2.891.6213.53-
YUV26.08172.54112.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.05%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 105 (41.41% from 255) = 80.15%
R=3.05%
G=16.79%
B=80.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4221050.960.7900.59229.3192.6621.37
Hex41669604F03Be55d15
Octal42615114011707334513525
Binary10010110110100111000001001111011101111100101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041669; }

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

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

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

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

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

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

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

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