#04225C

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

Shades of Sapphire #04225C

Tints of Sapphire #04225C

Color information

#04225C (or 0x04225C) is unknown color: approx Sapphire. HEX triplet: 04, 22 and 5C. RGB value is (4,34,92). Sum of RGB (Red+Green+Blue) = 4+34+92=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 92 (36.33% from 255 or 70.77% from 130); Max value from RGB is 92 - color contains mainly: blue. Hex color #04225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04225C is #FBDDA3. Grayscale: #1F1F1F. Windows color (decimal): -16506276 or 6038020. OLE color: 6038020.

HSL color Cylindrical-coordinate representation of color #04225C: hue angle of 219.55º 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 #04225C is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB43492-
CMYK0.960.6300.64
HSL219.55º91.67%18.82%-
HSV(B)219.55º95.65%36.08%-
XYZ2.551.9410.37-
YUV31.64162.06108.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.08%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 92 (36.33% from 255) = 70.77%
R=3.08%
G=26.15%
B=70.77%

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
Decimal434920.960.6300.64219.5591.6718.82
Hex4225C603F040dc5c13
Octal44213414077010033413423
Binary100100010101110011000001111110100000011011100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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