#042468

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

Shades of Sapphire #042468

Tints of Sapphire #042468

Color information

#042468 (or 0x042468) is unknown color: approx Sapphire. HEX triplet: 04, 24 and 68. RGB value is (4,36,104). Sum of RGB (Red+Green+Blue) = 4+36+104=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 104 (41.02% from 255 or 72.22% from 144); Max value from RGB is 104 - color contains mainly: blue. Hex color #042468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042468 is #FBDB97. Grayscale: #212121. Windows color (decimal): -16505752 or 6824964. OLE color: 6824964.

HSL color Cylindrical-coordinate representation of color #042468: hue angle of 220.8º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042468 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB436104-
CMYK0.960.6500.59
HSL220.8º92.59%21.18%-
HSV(B)220.8º96.15%40.78%-
XYZ3.182.2913.37-
YUV34.18167.4106.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.78%
GREEN value IS 36 (14.45% from 255) = 25%
BLUE value IS 104 (41.02% from 255) = 72.22%
R=2.78%
G=25%
B=72.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4361040.960.6500.59220.892.5921.18
Hex42468604103Bdd5d15
Octal44415014010107333513525
Binary100100100110100011000001000001011101111011101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042468; }

 p { color: rgb(4,36,104); }

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

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

 a { background-color: rgb(4,36,104); }

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

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

 span { border-color: rgb(4,36,104); }

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