#042254

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

Shades of Sapphire #042254

Tints of Sapphire #042254

Color information

#042254 (or 0x042254) is unknown color: approx Sapphire. HEX triplet: 04, 22 and 54. RGB value is (4,34,84). Sum of RGB (Red+Green+Blue) = 4+34+84=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 84 (33.20% from 255 or 68.85% from 122); Max value from RGB is 84 - color contains mainly: blue. Hex color #042254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042254 is #FBDDAB. Grayscale: #1E1E1E. Windows color (decimal): -16506284 or 5513732. OLE color: 5513732.

HSL color Cylindrical-coordinate representation of color #042254: hue angle of 217.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042254 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB43484-
CMYK0.950.6000.67
HSL217.5º90.91%17.25%-
HSV(B)217.5º95.24%32.94%-
XYZ2.221.818.62-
YUV30.73158.06108.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.28%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 84 (33.20% from 255) = 68.85%
R=3.28%
G=27.87%
B=68.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal434840.950.6000.67217.590.9117.25
Hex422545F3C043da5b11
Octal44212413774010333213321
Binary100100010101010010111111111000100001111011010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042254; }

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

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

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

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

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

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

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

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