#041A68

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

Shades of Sapphire #041A68

Tints of Sapphire #041A68

Color information

#041A68 (or 0x041A68) is unknown color: approx Sapphire. HEX triplet: 04, 1A and 68. RGB value is (4,26,104). Sum of RGB (Red+Green+Blue) = 4+26+104=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 104 (41.02% from 255 or 77.61% from 134); Max value from RGB is 104 - color contains mainly: blue. Hex color #041A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A68 is #FBE597. Grayscale: #1B1B1B. Windows color (decimal): -16508312 or 6822404. OLE color: 6822404.

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

Color convert

RGB426104-
CMYK0.960.7500.59
HSL226.8º92.59%21.18%-
HSV(B)226.8º96.15%40.78%-
XYZ2.921.7613.28-
YUV28.31170.71110.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.99%
GREEN value IS 26 (10.55% from 255) = 19.40%
BLUE value IS 104 (41.02% from 255) = 77.61%
R=2.99%
G=19.40%
B=77.61%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4261040.960.7500.59226.892.5921.18
Hex41A68604B03Be35d15
Octal43215014011307334313525
Binary10011010110100011000001001011011101111100011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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