#04225B

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

Shades of Sapphire #04225B

Tints of Sapphire #04225B

Color information

#04225B (or 0x04225B) is unknown color: approx Sapphire. HEX triplet: 04, 22 and 5B. RGB value is (4,34,91). Sum of RGB (Red+Green+Blue) = 4+34+91=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 91 (35.94% from 255 or 70.54% from 129); Max value from RGB is 91 - color contains mainly: blue. Hex color #04225B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04225B is #FBDDA4. Grayscale: #1F1F1F. Windows color (decimal): -16506277 or 5972484. OLE color: 5972484.

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

Color convert

RGB43491-
CMYK0.960.6300.64
HSL219.31º91.58%18.63%-
HSV(B)219.31º95.6%35.69%-
XYZ2.511.9310.14-
YUV31.53161.56108.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.10%
GREEN value IS 34 (13.67% from 255) = 26.36%
BLUE value IS 91 (35.94% from 255) = 70.54%
R=3.10%
G=26.36%
B=70.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal434910.960.6300.64219.3191.5818.63
Hex4225B603F040db5c13
Octal44213314077010033313423
Binary100100010101101111000001111110100000011011011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04225B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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