#042C69

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

Shades of Sapphire #042C69

Tints of Sapphire #042C69

Color information

#042C69 (or 0x042C69) is unknown color: approx Sapphire. HEX triplet: 04, 2C and 69. RGB value is (4,44,105). Sum of RGB (Red+Green+Blue) = 4+44+105=153 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.61% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 105 (41.41% from 255 or 68.63% from 153); Max value from RGB is 105 - color contains mainly: blue. Hex color #042C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C69 is #FBD396. Grayscale: #262626. Windows color (decimal): -16503703 or 6892548. OLE color: 6892548.

HSL color Cylindrical-coordinate representation of color #042C69: hue angle of 216.24º 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 #042C69 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB444105-
CMYK0.960.5800.59
HSL216.24º92.66%21.37%-
HSV(B)216.24º96.19%41.18%-
XYZ3.52.8513.73-
YUV38.99165.25103.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.61%
GREEN value IS 44 (17.58% from 255) = 28.76%
BLUE value IS 105 (41.41% from 255) = 68.63%
R=2.61%
G=28.76%
B=68.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4441050.960.5800.59216.2492.6621.37
Hex42C69603A03Bd85d15
Octal4541511407207333013525
Binary10010110011010011100000111010011101111011000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042C69; }

 p { color: rgb(4,44,105); }

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

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

 a { background-color: rgb(4,44,105); }

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

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

 span { border-color: rgb(4,44,105); }

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