#041E4A

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

Shades of Sapphire #041E4A

Tints of Sapphire #041E4A

Color information

#041E4A (or 0x041E4A) is unknown color: approx Sapphire. HEX triplet: 04, 1E and 4A. RGB value is (4,30,74). Sum of RGB (Red+Green+Blue) = 4+30+74=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 74 (29.30% from 255 or 68.52% from 108); Max value from RGB is 74 - color contains mainly: blue. Hex color #041E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E4A is #FBE1B5. Grayscale: #1B1B1B. Windows color (decimal): -16507318 or 4857348. OLE color: 4857348.

HSL color Cylindrical-coordinate representation of color #041E4A: hue angle of 217.71º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041E4A is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB43074-
CMYK0.950.5900.71
HSL217.71º89.74%15.29%-
HSV(B)217.71º94.59%29.02%-
XYZ1.751.456.67-
YUV27.24154.39111.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 30 (12.11% from 255) = 27.78%
BLUE value IS 74 (29.30% from 255) = 68.52%
R=3.70%
G=27.78%
B=68.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal430740.950.5900.71217.7189.7415.29
Hex41E4A5F3B047da5af
Octal43611213773010733213217
Binary1001111010010101011111111011010001111101101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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