#04226F

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

Shades of Sapphire #04226F

Tints of Sapphire #04226F

Color information

#04226F (or 0x04226F) is unknown color: approx Sapphire. HEX triplet: 04, 22 and 6F. RGB value is (4,34,111). Sum of RGB (Red+Green+Blue) = 4+34+111=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 111 (43.75% from 255 or 74.50% from 149); Max value from RGB is 111 - color contains mainly: blue. Hex color #04226F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04226F is #FBDD90. Grayscale: #212121. Windows color (decimal): -16506257 or 7283204. OLE color: 7283204.

HSL color Cylindrical-coordinate representation of color #04226F: hue angle of 223.18º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04226F is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB434111-
CMYK0.960.6900.56
HSL223.18º93.04%22.55%-
HSV(B)223.18º96.4%43.53%-
XYZ3.492.3215.3-
YUV33.81171.56106.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.68%
GREEN value IS 34 (13.67% from 255) = 22.82%
BLUE value IS 111 (43.75% from 255) = 74.50%
R=2.68%
G=22.82%
B=74.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4341110.960.6900.56223.1893.0422.55
Hex4226F6045038df5d17
Octal44215714010507033713527
Binary100100010110111111000001000101011100011011111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04226F; }

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

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

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

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

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

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

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

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