#042364

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

Shades of Sapphire #042364

Tints of Sapphire #042364

Color information

#042364 (or 0x042364) is unknown color: approx Sapphire. HEX triplet: 04, 23 and 64. RGB value is (4,35,100). Sum of RGB (Red+Green+Blue) = 4+35+100=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 100 (39.45% from 255 or 71.94% from 139); Max value from RGB is 100 - color contains mainly: blue. Hex color #042364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042364 is #FBDC9B. Grayscale: #202020. Windows color (decimal): -16506012 or 6562564. OLE color: 6562564.

HSL color Cylindrical-coordinate representation of color #042364: hue angle of 220.62º 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 #042364 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB435100-
CMYK0.960.6500.61
HSL220.62º92.31%20.39%-
HSV(B)220.62º96%39.22%-
XYZ2.952.1512.32-
YUV33.14165.73107.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.88%
GREEN value IS 35 (14.06% from 255) = 25.18%
BLUE value IS 100 (39.45% from 255) = 71.94%
R=2.88%
G=25.18%
B=71.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4351000.960.6500.61220.6292.3120.39
Hex42364604103Ddd5c14
Octal44314414010107533513424
Binary100100011110010011000001000001011110111011101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042364; }

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

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

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

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

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

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

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

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