#041A6F

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

Shades of Sapphire #041A6F

Tints of Sapphire #041A6F

Color information

#041A6F (or 0x041A6F) is unknown color: approx Sapphire. HEX triplet: 04, 1A and 6F. RGB value is (4,26,111). Sum of RGB (Red+Green+Blue) = 4+26+111=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 111 (43.75% from 255 or 78.72% from 141); Max value from RGB is 111 - color contains mainly: blue. Hex color #041A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A6F is #FBE590. Grayscale: #1C1C1C. Windows color (decimal): -16508305 or 7281156. OLE color: 7281156.

HSL color Cylindrical-coordinate representation of color #041A6F: hue angle of 227.66º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041A6F is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB426111-
CMYK0.960.7700.56
HSL227.66º93.04%22.55%-
HSV(B)227.66º96.4%43.53%-
XYZ3.291.9115.23-
YUV29.11174.21110.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.84%
GREEN value IS 26 (10.55% from 255) = 18.44%
BLUE value IS 111 (43.75% from 255) = 78.72%
R=2.84%
G=18.44%
B=78.72%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4261110.960.7700.56227.6693.0422.55
Hex41A6F604D038e45d17
Octal43215714011507034413527
Binary10011010110111111000001001101011100011100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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