#06224F

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

Shades of Sapphire #06224F

Tints of Sapphire #06224F

Color information

#06224F (or 0x06224F) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 4F. RGB value is (6,34,79). Sum of RGB (Red+Green+Blue) = 6+34+79=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 79 (31.25% from 255 or 66.39% from 119); Max value from RGB is 79 - color contains mainly: blue. Hex color #06224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06224F is #F9DDB0. Grayscale: #1E1E1E. Windows color (decimal): -16375217 or 5186054. OLE color: 5186054.

HSL color Cylindrical-coordinate representation of color #06224F: hue angle of 216.99º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06224F is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB63479-
CMYK0.920.5700.69
HSL216.99º85.88%16.67%-
HSV(B)216.99º92.41%30.98%-
XYZ2.061.757.63-
YUV30.76155.22110.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.04%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 79 (31.25% from 255) = 66.39%
R=5.04%
G=28.57%
B=66.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal634790.920.5700.69216.9985.8816.67
Hex6224F5C39045d95611
Octal64211713471010533112621
Binary110100010100111110111001110010100010111011001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,34,79); }

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

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

 a { background-color: rgb(6,34,79); }

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

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

 span { border-color: rgb(6,34,79); }

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