#042354

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

Shades of Sapphire #042354

Tints of Sapphire #042354

Color information

#042354 (or 0x042354) is unknown color: approx Sapphire. HEX triplet: 04, 23 and 54. RGB value is (4,35,84). Sum of RGB (Red+Green+Blue) = 4+35+84=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 84 (33.20% from 255 or 68.29% from 123); Max value from RGB is 84 - color contains mainly: blue. Hex color #042354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042354 is #FBDCAB. Grayscale: #1F1F1F. Windows color (decimal): -16506028 or 5513988. OLE color: 5513988.

HSL color Cylindrical-coordinate representation of color #042354: hue angle of 216.75º 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 #042354 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB43584-
CMYK0.950.5800.67
HSL216.75º90.91%17.25%-
HSV(B)216.75º95.24%32.94%-
XYZ2.251.878.63-
YUV31.32157.73108.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.25%
GREEN value IS 35 (14.06% from 255) = 28.46%
BLUE value IS 84 (33.20% from 255) = 68.29%
R=3.25%
G=28.46%
B=68.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal435840.950.5800.67216.7590.9117.25
Hex423545F3A043d95b11
Octal44312413772010333113321
Binary100100011101010010111111110100100001111011001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042354; }

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

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

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

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

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

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

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

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