#042262

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

Shades of Sapphire #042262

Tints of Sapphire #042262

Color information

#042262 (or 0x042262) is unknown color: approx Sapphire. HEX triplet: 04, 22 and 62. RGB value is (4,34,98). Sum of RGB (Red+Green+Blue) = 4+34+98=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 98 (38.67% from 255 or 72.06% from 136); Max value from RGB is 98 - color contains mainly: blue. Hex color #042262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042262 is #FBDD9D. Grayscale: #202020. Windows color (decimal): -16506270 or 6431236. OLE color: 6431236.

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

Color convert

RGB43498-
CMYK0.960.6500.62
HSL220.85º92.16%20%-
HSV(B)220.85º95.92%38.43%-
XYZ2.832.0511.8-
YUV32.33165.06107.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.94%
GREEN value IS 34 (13.67% from 255) = 25%
BLUE value IS 98 (38.67% from 255) = 72.06%
R=2.94%
G=25%
B=72.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal434980.960.6500.62220.8592.1620
Hex42262604103Edd5c14
Octal44214214010107633513424
Binary100100010110001011000001000001011111011011101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042262; }

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

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

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

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

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

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

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

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