#042250

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

Shades of Sapphire #042250

Tints of Sapphire #042250

Color information

#042250 (or 0x042250) is unknown color: approx Sapphire. HEX triplet: 04, 22 and 50. RGB value is (4,34,80). Sum of RGB (Red+Green+Blue) = 4+34+80=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 80 (31.64% from 255 or 67.80% from 118); Max value from RGB is 80 - color contains mainly: blue. Hex color #042250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042250 is #FBDDAF. Grayscale: #1E1E1E. Windows color (decimal): -16506288 or 5251588. OLE color: 5251588.

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

Color convert

RGB43480-
CMYK0.950.5800.69
HSL216.32º90.48%16.47%-
HSV(B)216.32º95%31.37%-
XYZ2.071.757.82-
YUV30.27156.06109.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.39%
GREEN value IS 34 (13.67% from 255) = 28.81%
BLUE value IS 80 (31.64% from 255) = 67.80%
R=3.39%
G=28.81%
B=67.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal434800.950.5800.69216.3290.4816.47
Hex422505F3A045d85a10
Octal44212013772010533013220
Binary100100010101000010111111110100100010111011000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042250; }

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

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

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

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

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

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

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

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