#042769

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

Shades of Sapphire #042769

Tints of Sapphire #042769

Color information

#042769 (or 0x042769) is unknown color: approx Sapphire. HEX triplet: 04, 27 and 69. RGB value is (4,39,105). Sum of RGB (Red+Green+Blue) = 4+39+105=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 105 (41.41% from 255 or 70.95% from 148); Max value from RGB is 105 - color contains mainly: blue. Hex color #042769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042769 is #FBD896. Grayscale: #232323. Windows color (decimal): -16504983 or 6891268. OLE color: 6891268.

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

Color convert

RGB439105-
CMYK0.960.6300.59
HSL219.21º92.66%21.37%-
HSV(B)219.21º96.19%41.18%-
XYZ3.332.513.67-
YUV36.06166.9105.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.70%
GREEN value IS 39 (15.62% from 255) = 26.35%
BLUE value IS 105 (41.41% from 255) = 70.95%
R=2.70%
G=26.35%
B=70.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4391050.960.6300.59219.2192.6621.37
Hex42769603F03Bdb5d15
Octal4471511407707333313525
Binary10010011111010011100000111111011101111011011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042769; }

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

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

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

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

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

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

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

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