#042161

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

Shades of Sapphire #042161

Tints of Sapphire #042161

Color information

#042161 (or 0x042161) is unknown color: approx Sapphire. HEX triplet: 04, 21 and 61. RGB value is (4,33,97). Sum of RGB (Red+Green+Blue) = 4+33+97=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 97 (38.28% from 255 or 72.39% from 134); Max value from RGB is 97 - color contains mainly: blue. Hex color #042161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042161 is #FBDE9E. Grayscale: #1F1F1F. Windows color (decimal): -16506527 or 6365444. OLE color: 6365444.

HSL color Cylindrical-coordinate representation of color #042161: hue angle of 221.29º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042161 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB43397-
CMYK0.960.6600.62
HSL221.29º92.08%19.8%-
HSV(B)221.29º95.88%38.04%-
XYZ2.751.9811.55-
YUV31.62164.89108.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.99%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 97 (38.28% from 255) = 72.39%
R=2.99%
G=24.63%
B=72.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal433970.960.6600.62221.2992.0819.8
Hex42161604203Edd5c14
Octal44114114010207633513424
Binary100100001110000111000001000010011111011011101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042161; }

 p { color: rgb(4,33,97); }

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

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

 a { background-color: rgb(4,33,97); }

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

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

 span { border-color: rgb(4,33,97); }

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