#041358

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

Shades of Sapphire #041358

Tints of Sapphire #041358

Color information

#041358 (or 0x041358) is unknown color: approx Sapphire. HEX triplet: 04, 13 and 58. RGB value is (4,19,88). Sum of RGB (Red+Green+Blue) = 4+19+88=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 88 (34.77% from 255 or 79.28% from 111); Max value from RGB is 88 - color contains mainly: blue. Hex color #041358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041358 is #FBECA7. Grayscale: #161616. Windows color (decimal): -16510120 or 5772036. OLE color: 5772036.

HSL color Cylindrical-coordinate representation of color #041358: hue angle of 229.29º 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 #041358 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB41988-
CMYK0.950.7800.65
HSL229.29º91.3%18.04%-
HSV(B)229.29º95.45%34.51%-
XYZ2.041.29.36-
YUV22.38165.03114.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.60%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 88 (34.77% from 255) = 79.28%
R=3.60%
G=17.12%
B=79.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal419880.950.7800.65229.2991.318.04
Hex413585F4E041e55b12
Octal423130137116010134513322
Binary100100111011000101111110011100100000111100101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041358; }

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

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

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

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

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

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

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

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