#041D62

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

Shades of Sapphire #041D62

Tints of Sapphire #041D62

Color information

#041D62 (or 0x041D62) is unknown color: approx Sapphire. HEX triplet: 04, 1D and 62. RGB value is (4,29,98). Sum of RGB (Red+Green+Blue) = 4+29+98=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 98 (38.67% from 255 or 74.81% from 131); Max value from RGB is 98 - color contains mainly: blue. Hex color #041D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041D62 is #FBE29D. Grayscale: #1D1D1D. Windows color (decimal): -16507550 or 6429956. OLE color: 6429956.

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

Color convert

RGB42998-
CMYK0.960.7000.62
HSL224.04º92.16%20%-
HSV(B)224.04º95.92%38.43%-
XYZ2.691.7911.76-
YUV29.39166.72109.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.05%
GREEN value IS 29 (11.72% from 255) = 22.14%
BLUE value IS 98 (38.67% from 255) = 74.81%
R=3.05%
G=22.14%
B=74.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal429980.960.7000.62224.0492.1620
Hex41D62604603Ee05c14
Octal43514214010607634013424
Binary10011101110001011000001000110011111011100000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,29,98); }

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

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

 a { background-color: rgb(4,29,98); }

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

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

 span { border-color: rgb(4,29,98); }

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