#042069

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

Shades of Sapphire #042069

Tints of Sapphire #042069

Color information

#042069 (or 0x042069) is unknown color: approx Sapphire. HEX triplet: 04, 20 and 69. RGB value is (4,32,105). Sum of RGB (Red+Green+Blue) = 4+32+105=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 105 (41.41% from 255 or 74.47% from 141); Max value from RGB is 105 - color contains mainly: blue. Hex color #042069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042069 is #FBDF96. Grayscale: #1F1F1F. Windows color (decimal): -16506775 or 6889476. OLE color: 6889476.

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

Color convert

RGB432105-
CMYK0.960.7000.59
HSL223.37º92.66%21.37%-
HSV(B)223.37º96.19%41.18%-
XYZ3.122.0813.6-
YUV31.95169.22108.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.84%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 105 (41.41% from 255) = 74.47%
R=2.84%
G=22.70%
B=74.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4321050.960.7000.59223.3792.6621.37
Hex42069604603Bdf5d15
Octal44015114010607333713525
Binary100100000110100111000001000110011101111011111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042069; }

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

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

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

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

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

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

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

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