#042964

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

Shades of Sapphire #042964

Tints of Sapphire #042964

Color information

#042964 (or 0x042964) is unknown color: approx Sapphire. HEX triplet: 04, 29 and 64. RGB value is (4,41,100). Sum of RGB (Red+Green+Blue) = 4+41+100=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 100 (39.45% from 255 or 68.97% from 145); Max value from RGB is 100 - color contains mainly: blue. Hex color #042964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042964 is #FBD69B. Grayscale: #242424. Windows color (decimal): -16504476 or 6564100. OLE color: 6564100.

HSL color Cylindrical-coordinate representation of color #042964: hue angle of 216.88º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042964 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB441100-
CMYK0.960.5900.61
HSL216.88º92.31%20.39%-
HSV(B)216.88º96%39.22%-
XYZ3.142.5312.38-
YUV36.66163.74104.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.76%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 100 (39.45% from 255) = 68.97%
R=2.76%
G=28.28%
B=68.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4411000.960.5900.61216.8892.3120.39
Hex42964603B03Dd95c14
Octal4511441407307533113424
Binary10010100111001001100000111011011110111011001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042964; }

 p { color: rgb(4,41,100); }

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

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

 a { background-color: rgb(4,41,100); }

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

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

 span { border-color: rgb(4,41,100); }

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