#042366

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

Shades of Sapphire #042366

Tints of Sapphire #042366

Color information

#042366 (or 0x042366) is unknown color: approx Sapphire. HEX triplet: 04, 23 and 66. RGB value is (4,35,102). Sum of RGB (Red+Green+Blue) = 4+35+102=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #042366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042366 is #FBDC99. Grayscale: #212121. Windows color (decimal): -16506010 or 6693636. OLE color: 6693636.

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

Color convert

RGB435102-
CMYK0.960.6600.6
HSL221.02º92.45%20.78%-
HSV(B)221.02º96.08%40%-
XYZ3.052.1912.83-
YUV33.37166.73107.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.84%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 102 (40.23% from 255) = 72.34%
R=2.84%
G=24.82%
B=72.34%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal4351020.960.6600.6221.0292.4520.78
Hex42366604203Cdd5c15
Octal44314614010207433513425
Binary100100011110011011000001000010011110011011101101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042366; }

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

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

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

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

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

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

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

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