#041258

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

Shades of Sapphire #041258

Tints of Sapphire #041258

Color information

#041258 (or 0x041258) is unknown color: approx Sapphire. HEX triplet: 04, 12 and 58. RGB value is (4,18,88). Sum of RGB (Red+Green+Blue) = 4+18+88=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 88 (34.77% from 255 or 80% from 110); Max value from RGB is 88 - color contains mainly: blue. Hex color #041258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041258 is #FBEDA7. Grayscale: #151515. Windows color (decimal): -16510376 or 5771780. OLE color: 5771780.

HSL color Cylindrical-coordinate representation of color #041258: hue angle of 230º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041258 is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB41888-
CMYK0.950.8000.65
HSL230º91.3%18.04%-
HSV(B)230º95.45%34.51%-
XYZ2.031.169.35-
YUV21.79165.36115.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.64%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 88 (34.77% from 255) = 80%
R=3.64%
G=16.36%
B=80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal418880.950.8000.6523091.318.04
Hex412585F50041e65b12
Octal422130137120010134613322
Binary100100101011000101111110100000100000111100110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041258; }

 p { color: rgb(4,18,88); }

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

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

 a { background-color: rgb(4,18,88); }

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

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

 span { border-color: rgb(4,18,88); }

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