#04225E

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

Shades of Sapphire #04225E

Tints of Sapphire #04225E

Color information

#04225E (or 0x04225E) is unknown color: approx Sapphire. HEX triplet: 04, 22 and 5E. RGB value is (4,34,94). Sum of RGB (Red+Green+Blue) = 4+34+94=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 94 (37.11% from 255 or 71.21% from 132); Max value from RGB is 94 - color contains mainly: blue. Hex color #04225E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04225E is #FBDDA1. Grayscale: #1F1F1F. Windows color (decimal): -16506274 or 6169092. OLE color: 6169092.

HSL color Cylindrical-coordinate representation of color #04225E: hue angle of 220º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04225E is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB43494-
CMYK0.960.6400.63
HSL220º91.84%19.22%-
HSV(B)220º95.74%36.86%-
XYZ2.641.9810.83-
YUV31.87163.06108.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.03%
GREEN value IS 34 (13.67% from 255) = 25.76%
BLUE value IS 94 (37.11% from 255) = 71.21%
R=3.03%
G=25.76%
B=71.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal434940.960.6400.6322091.8419.22
Hex4225E604003Fdc5c13
Octal44213614010007733413423
Binary100100010101111011000001000000011111111011100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04225E; }

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

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

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

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

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

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

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

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