#041866

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

Shades of Sapphire #041866

Tints of Sapphire #041866

Color information

#041866 (or 0x041866) is unknown color: approx Sapphire. HEX triplet: 04, 18 and 66. RGB value is (4,24,102). Sum of RGB (Red+Green+Blue) = 4+24+102=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 102 (40.23% from 255 or 78.46% from 130); Max value from RGB is 102 - color contains mainly: blue. Hex color #041866 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041866 is #FBE799. Grayscale: #1A1A1A. Windows color (decimal): -16508826 or 6690820. OLE color: 6690820.

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

Color convert

RGB424102-
CMYK0.960.7600.6
HSL227.76º92.45%20.78%-
HSV(B)227.76º96.08%40%-
XYZ2.771.6412.74-
YUV26.91170.37111.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.08%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 102 (40.23% from 255) = 78.46%
R=3.08%
G=18.46%
B=78.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4241020.960.7600.6227.7692.4520.78
Hex41866604C03Ce45c15
Octal43014614011407434413425
Binary10011000110011011000001001100011110011100100101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041866; }

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

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

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

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

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

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

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

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