#042060

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

Shades of Sapphire #042060

Tints of Sapphire #042060

Color information

#042060 (or 0x042060) is unknown color: approx Sapphire. HEX triplet: 04, 20 and 60. RGB value is (4,32,96). Sum of RGB (Red+Green+Blue) = 4+32+96=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #042060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042060 is #FBDF9F. Grayscale: #1E1E1E. Windows color (decimal): -16506784 or 6299652. OLE color: 6299652.

HSL color Cylindrical-coordinate representation of color #042060: hue angle of 221.74º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042060 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB43296-
CMYK0.960.6700.62
HSL221.74º92%19.61%-
HSV(B)221.74º95.83%37.65%-
XYZ2.681.911.29-
YUV30.92164.72108.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.03%
GREEN value IS 32 (12.89% from 255) = 24.24%
BLUE value IS 96 (37.89% from 255) = 72.73%
R=3.03%
G=24.24%
B=72.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal432960.960.6700.62221.749219.61
Hex42060604303Ede5c14
Octal44014014010307633613424
Binary100100000110000011000001000011011111011011110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042060; }

 p { color: rgb(4,32,96); }

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

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

 a { background-color: rgb(4,32,96); }

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

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

 span { border-color: rgb(4,32,96); }

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