#042369

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

Shades of Sapphire #042369

Tints of Sapphire #042369

Color information

#042369 (or 0x042369) is unknown color: approx Sapphire. HEX triplet: 04, 23 and 69. RGB value is (4,35,105). Sum of RGB (Red+Green+Blue) = 4+35+105=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 105 (41.41% from 255 or 72.92% from 144); Max value from RGB is 105 - color contains mainly: blue. Hex color #042369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042369 is #FBDC96. Grayscale: #212121. Windows color (decimal): -16506007 or 6890244. OLE color: 6890244.

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

Color convert

RGB435105-
CMYK0.960.6700.59
HSL221.58º92.66%21.37%-
HSV(B)221.58º96.19%41.18%-
XYZ3.22.2513.63-
YUV33.71168.23106.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.78%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 105 (41.41% from 255) = 72.92%
R=2.78%
G=24.31%
B=72.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4351050.960.6700.59221.5892.6621.37
Hex42369604303Bde5d15
Octal44315114010307333613525
Binary100100011110100111000001000011011101111011110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042369; }

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

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

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

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

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

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

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

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