#041B68

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

Shades of Sapphire #041B68

Tints of Sapphire #041B68

Color information

#041B68 (or 0x041B68) is unknown color: approx Sapphire. HEX triplet: 04, 1B and 68. RGB value is (4,27,104). Sum of RGB (Red+Green+Blue) = 4+27+104=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #041B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041B68 is #FBE497. Grayscale: #1C1C1C. Windows color (decimal): -16508056 or 6822660. OLE color: 6822660.

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

Color convert

RGB427104-
CMYK0.960.7400.59
HSL226.2º92.59%21.18%-
HSV(B)226.2º96.15%40.78%-
XYZ2.941.8113.29-
YUV28.9170.38110.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 27 (10.94% from 255) = 20%
BLUE value IS 104 (41.02% from 255) = 77.04%
R=2.96%
G=20%
B=77.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4271040.960.7400.59226.292.5921.18
Hex41B68604A03Be25d15
Octal43315014011207334213525
Binary10011011110100011000001001010011101111100010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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