#041E6E

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

Shades of Sapphire #041E6E

Tints of Sapphire #041E6E

Color information

#041E6E (or 0x041E6E) is unknown color: approx Sapphire. HEX triplet: 04, 1E and 6E. RGB value is (4,30,110). Sum of RGB (Red+Green+Blue) = 4+30+110=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 110 (43.36% from 255 or 76.39% from 144); Max value from RGB is 110 - color contains mainly: blue. Hex color #041E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E6E is #FBE191. Grayscale: #1F1F1F. Windows color (decimal): -16507282 or 7216644. OLE color: 7216644.

HSL color Cylindrical-coordinate representation of color #041E6E: hue angle of 225.28º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041E6E is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB430110-
CMYK0.960.7300.57
HSL225.28º92.98%22.35%-
HSV(B)225.28º96.36%43.14%-
XYZ3.332.0814.98-
YUV31.35172.39108.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.78%
GREEN value IS 30 (12.11% from 255) = 20.83%
BLUE value IS 110 (43.36% from 255) = 76.39%
R=2.78%
G=20.83%
B=76.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4301100.960.7300.57225.2892.9822.35
Hex41E6E6049039e15d16
Octal43615614011107134113526
Binary10011110110111011000001001001011100111100001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,30,110); }

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

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

 a { background-color: rgb(4,30,110); }

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

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

 span { border-color: rgb(4,30,110); }

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