#042F7B

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

Shades of Sapphire #042F7B

Tints of Sapphire #042F7B

Color information

#042F7B (or 0x042F7B) is unknown color: approx Sapphire. HEX triplet: 04, 2F and 7B. RGB value is (4,47,123). Sum of RGB (Red+Green+Blue) = 4+47+123=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 123 (48.44% from 255 or 70.69% from 174); Max value from RGB is 123 - color contains mainly: blue. Hex color #042F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042F7B is #FBD084. Grayscale: #2A2A2A. Windows color (decimal): -16502917 or 8072964. OLE color: 8072964.

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

Color convert

RGB447123-
CMYK0.970.6200.52
HSL218.32º93.7%24.9%-
HSV(B)218.32º96.75%48.24%-
XYZ4.643.4919.17-
YUV42.81173.25100.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.30%
GREEN value IS 47 (18.75% from 255) = 27.01%
BLUE value IS 123 (48.44% from 255) = 70.69%
R=2.30%
G=27.01%
B=70.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4471230.970.6200.52218.3293.724.9
Hex42F7B613E034da5e19
Octal4571731417606433213631
Binary10010111111110111100001111110011010011011010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,47,123); }

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

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

 a { background-color: rgb(4,47,123); }

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

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

 span { border-color: rgb(4,47,123); }

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