#042550

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

Shades of Sapphire #042550

Tints of Sapphire #042550

Color information

#042550 (or 0x042550) is unknown color: approx Sapphire. HEX triplet: 04, 25 and 50. RGB value is (4,37,80). Sum of RGB (Red+Green+Blue) = 4+37+80=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #042550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042550 is #FBDAAF. Grayscale: #1F1F1F. Windows color (decimal): -16505520 or 5252356. OLE color: 5252356.

HSL color Cylindrical-coordinate representation of color #042550: hue angle of 213.95º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042550 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB43780-
CMYK0.950.5400.69
HSL213.95º90.48%16.47%-
HSV(B)213.95º95%31.37%-
XYZ2.161.937.85-
YUV32.03155.07108-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.31%
GREEN value IS 37 (14.84% from 255) = 30.58%
BLUE value IS 80 (31.64% from 255) = 66.12%
R=3.31%
G=30.58%
B=66.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal437800.950.5400.69213.9590.4816.47
Hex425505F36045d65a10
Octal44512013766010532613220
Binary100100101101000010111111101100100010111010110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042550; }

 p { color: rgb(4,37,80); }

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

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

 a { background-color: rgb(4,37,80); }

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

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

 span { border-color: rgb(4,37,80); }

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