#042E7D

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

Shades of Sapphire #042E7D

Tints of Sapphire #042E7D

Color information

#042E7D (or 0x042E7D) is unknown color: approx Sapphire. HEX triplet: 04, 2E and 7D. RGB value is (4,46,125). Sum of RGB (Red+Green+Blue) = 4+46+125=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 125 (49.22% from 255 or 71.43% from 175); Max value from RGB is 125 - color contains mainly: blue. Hex color #042E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042E7D is #FBD182. Grayscale: #2A2A2A. Windows color (decimal): -16503171 or 8203780. OLE color: 8203780.

HSL color Cylindrical-coordinate representation of color #042E7D: hue angle of 219.17º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042E7D is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB446125-
CMYK0.970.6300.51
HSL219.17º93.8%25.29%-
HSV(B)219.17º96.8%49.02%-
XYZ4.733.4619.82-
YUV42.45174.59100.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.29%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 125 (49.22% from 255) = 71.43%
R=2.29%
G=26.29%
B=71.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4461250.970.6300.51219.1793.825.29
Hex42E7D613F033db5e19
Octal4561751417706333313631
Binary10010111011111011100001111111011001111011011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,46,125); }

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

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

 a { background-color: rgb(4,46,125); }

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

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

 span { border-color: rgb(4,46,125); }

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