#06224D

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

Shades of Sapphire #06224D

Tints of Sapphire #06224D

Color information

#06224D (or 0x06224D) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 4D. RGB value is (6,34,77). Sum of RGB (Red+Green+Blue) = 6+34+77=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #06224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06224D is #F9DDB2. Grayscale: #1E1E1E. Windows color (decimal): -16375219 or 5054982. OLE color: 5054982.

HSL color Cylindrical-coordinate representation of color #06224D: hue angle of 216.34º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06224D is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB63477-
CMYK0.920.5600.70
HSL216.34º85.54%16.27%-
HSV(B)216.34º92.21%30.2%-
XYZ1.991.727.25-
YUV30.53154.22110.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.13%
GREEN value IS 34 (13.67% from 255) = 29.06%
BLUE value IS 77 (30.47% from 255) = 65.81%
R=5.13%
G=29.06%
B=65.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal634770.920.5600.70216.3485.5416.27
Hex6224D5C38046d85610
Octal64211513470010633012620
Binary110100010100110110111001110000100011011011000101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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