#06224C

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

Shades of Sapphire #06224C

Tints of Sapphire #06224C

Color information

#06224C (or 0x06224C) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 4C. RGB value is (6,34,76). Sum of RGB (Red+Green+Blue) = 6+34+76=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 76 (30.08% from 255 or 65.52% from 116); Max value from RGB is 76 - color contains mainly: blue. Hex color #06224C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06224C is #F9DDB3. Grayscale: #1E1E1E. Windows color (decimal): -16375220 or 4989446. OLE color: 4989446.

HSL color Cylindrical-coordinate representation of color #06224C: hue angle of 216º degrees, saturation: 0.85, 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 #06224C is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB63476-
CMYK0.920.5500.70
HSL216º85.37%16.08%-
HSV(B)216º92.11%29.8%-
XYZ1.951.77.06-
YUV30.42153.72110.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 76 (30.08% from 255) = 65.52%
R=5.17%
G=29.31%
B=65.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal634760.920.5500.7021685.3716.08
Hex6224C5C37046d85510
Octal64211413467010633012520
Binary110100010100110010111001101110100011011011000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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