#042066

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

Shades of Sapphire #042066

Tints of Sapphire #042066

Color information

#042066 (or 0x042066) is unknown color: approx Sapphire. HEX triplet: 04, 20 and 66. RGB value is (4,32,102). Sum of RGB (Red+Green+Blue) = 4+32+102=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 102 (40.23% from 255 or 73.91% from 138); Max value from RGB is 102 - color contains mainly: blue. Hex color #042066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042066 is #FBDF99. Grayscale: #1F1F1F. Windows color (decimal): -16506778 or 6692868. OLE color: 6692868.

HSL color Cylindrical-coordinate representation of color #042066: hue angle of 222.86º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042066 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB432102-
CMYK0.960.6900.6
HSL222.86º92.45%20.78%-
HSV(B)222.86º96.08%40%-
XYZ2.962.0212.8-
YUV31.61167.72108.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.90%
GREEN value IS 32 (12.89% from 255) = 23.19%
BLUE value IS 102 (40.23% from 255) = 73.91%
R=2.90%
G=23.19%
B=73.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4321020.960.6900.6222.8692.4520.78
Hex42066604503Cdf5c15
Octal44014614010507433713425
Binary100100000110011011000001000101011110011011111101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042066; }

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

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

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

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

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

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

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

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