#042A7A

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

Shades of Sapphire #042A7A

Tints of Sapphire #042A7A

Color information

#042A7A (or 0x042A7A) is unknown color: approx Sapphire. HEX triplet: 04, 2A and 7A. RGB value is (4,42,122). Sum of RGB (Red+Green+Blue) = 4+42+122=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 122 (48.05% from 255 or 72.62% from 168); Max value from RGB is 122 - color contains mainly: blue. Hex color #042A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042A7A is #FBD585. Grayscale: #272727. Windows color (decimal): -16504198 or 8006148. OLE color: 8006148.

HSL color Cylindrical-coordinate representation of color #042A7A: hue angle of 220.68º 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 #042A7A is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB442122-
CMYK0.970.6600.52
HSL220.68º93.65%24.71%-
HSV(B)220.68º96.72%47.84%-
XYZ4.393.0918.78-
YUV39.76174.41102.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.38%
GREEN value IS 42 (16.80% from 255) = 25%
BLUE value IS 122 (48.05% from 255) = 72.62%
R=2.38%
G=25%
B=72.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4421220.970.6600.52220.6893.6524.71
Hex42A7A6142034dd5e19
Octal45217214110206433513631
Binary100101010111101011000011000010011010011011101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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