#042255

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

Shades of Sapphire #042255

Tints of Sapphire #042255

Color information

#042255 (or 0x042255) is unknown color: approx Sapphire. HEX triplet: 04, 22 and 55. RGB value is (4,34,85). Sum of RGB (Red+Green+Blue) = 4+34+85=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #042255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042255 is #FBDDAA. Grayscale: #1E1E1E. Windows color (decimal): -16506283 or 5579268. OLE color: 5579268.

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

Color convert

RGB43485-
CMYK0.950.6000.67
HSL217.78º91.01%17.45%-
HSV(B)217.78º95.29%33.33%-
XYZ2.261.838.83-
YUV30.84158.56108.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.25%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 85 (33.59% from 255) = 69.11%
R=3.25%
G=27.64%
B=69.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal434850.950.6000.67217.7891.0117.45
Hex422555F3C043da5b11
Octal44212513774010333213321
Binary100100010101010110111111111000100001111011010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042255; }

 p { color: rgb(4,34,85); }

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

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

 a { background-color: rgb(4,34,85); }

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

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

 span { border-color: rgb(4,34,85); }

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