#042A62

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

Shades of Sapphire #042A62

Tints of Sapphire #042A62

Color information

#042A62 (or 0x042A62) is unknown color: approx Sapphire. HEX triplet: 04, 2A and 62. RGB value is (4,42,98). Sum of RGB (Red+Green+Blue) = 4+42+98=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #042A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042A62 is #FBD59D. Grayscale: #242424. Windows color (decimal): -16504222 or 6433284. OLE color: 6433284.

HSL color Cylindrical-coordinate representation of color #042A62: hue angle of 215.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 #042A62 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB44298-
CMYK0.960.5700.62
HSL215.74º92.16%20%-
HSV(B)215.74º95.92%38.43%-
XYZ3.082.5611.89-
YUV37.02162.41104.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.78%
GREEN value IS 42 (16.80% from 255) = 29.17%
BLUE value IS 98 (38.67% from 255) = 68.06%
R=2.78%
G=29.17%
B=68.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal442980.960.5700.62215.7492.1620
Hex42A62603903Ed85c14
Octal4521421407107633013424
Binary10010101011000101100000111001011111011011000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042A62; }

 p { color: rgb(4,42,98); }

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

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

 a { background-color: rgb(4,42,98); }

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

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

 span { border-color: rgb(4,42,98); }

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