#041E63

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

Shades of Sapphire #041E63

Tints of Sapphire #041E63

Color information

#041E63 (or 0x041E63) is unknown color: approx Sapphire. HEX triplet: 04, 1E and 63. RGB value is (4,30,99). Sum of RGB (Red+Green+Blue) = 4+30+99=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 99 (39.06% from 255 or 74.44% from 133); Max value from RGB is 99 - color contains mainly: blue. Hex color #041E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E63 is #FBE19C. Grayscale: #1D1D1D. Windows color (decimal): -16507293 or 6495748. OLE color: 6495748.

HSL color Cylindrical-coordinate representation of color #041E63: hue angle of 223.58º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041E63 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB43099-
CMYK0.960.7000.61
HSL223.58º92.23%20.2%-
HSV(B)223.58º95.96%38.82%-
XYZ2.771.8612.02-
YUV30.09166.89109.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.01%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 99 (39.06% from 255) = 74.44%
R=3.01%
G=22.56%
B=74.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal430990.960.7000.61223.5892.2320.2
Hex41E63604603De05c14
Octal43614314010607534013424
Binary10011110110001111000001000110011110111100000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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