#042552

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

Shades of Sapphire #042552

Tints of Sapphire #042552

Color information

#042552 (or 0x042552) is unknown color: approx Sapphire. HEX triplet: 04, 25 and 52. RGB value is (4,37,82). Sum of RGB (Red+Green+Blue) = 4+37+82=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 82 (32.42% from 255 or 66.67% from 123); Max value from RGB is 82 - color contains mainly: blue. Hex color #042552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042552 is #FBDAAD. Grayscale: #202020. Windows color (decimal): -16505518 or 5383428. OLE color: 5383428.

HSL color Cylindrical-coordinate representation of color #042552: hue angle of 214.62º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #042552 is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB43782-
CMYK0.950.5500.68
HSL214.62º90.7%16.86%-
HSV(B)214.62º95.12%32.16%-
XYZ2.231.968.24-
YUV32.26156.07107.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.25%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 82 (32.42% from 255) = 66.67%
R=3.25%
G=30.08%
B=66.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal437820.950.5500.68214.6290.716.86
Hex425525F37044d75b11
Octal44512213767010432713321
Binary100100101101001010111111101110100010011010111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042552; }

 p { color: rgb(4,37,82); }

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

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

 a { background-color: rgb(4,37,82); }

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

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

 span { border-color: rgb(4,37,82); }

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