#041B66

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

Shades of Sapphire #041B66

Tints of Sapphire #041B66

Color information

#041B66 (or 0x041B66) is unknown color: approx Sapphire. HEX triplet: 04, 1B and 66. RGB value is (4,27,102). Sum of RGB (Red+Green+Blue) = 4+27+102=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 102 (40.23% from 255 or 76.69% from 133); Max value from RGB is 102 - color contains mainly: blue. Hex color #041B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041B66 is #FBE499. Grayscale: #1C1C1C. Windows color (decimal): -16508058 or 6691588. OLE color: 6691588.

HSL color Cylindrical-coordinate representation of color #041B66: hue angle of 225.92º 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 #041B66 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB427102-
CMYK0.960.7400.6
HSL225.92º92.45%20.78%-
HSV(B)225.92º96.08%40%-
XYZ2.841.7712.76-
YUV28.67169.38110.4-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.01%
GREEN value IS 27 (10.94% from 255) = 20.30%
BLUE value IS 102 (40.23% from 255) = 76.69%
R=3.01%
G=20.30%
B=76.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4271020.960.7400.6225.9292.4520.78
Hex41B66604A03Ce25c15
Octal43314614011207434213425
Binary10011011110011011000001001010011110011100010101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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