#06224A

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

Shades of Sapphire #06224A

Tints of Sapphire #06224A

Color information

#06224A (or 0x06224A) is unknown color: approx Sapphire. HEX triplet: 06, 22 and 4A. RGB value is (6,34,74). Sum of RGB (Red+Green+Blue) = 6+34+74=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #06224A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06224A is #F9DDB5. Grayscale: #1E1E1E. Windows color (decimal): -16375222 or 4858374. OLE color: 4858374.

HSL color Cylindrical-coordinate representation of color #06224A: hue angle of 215.29º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06224A is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB63474-
CMYK0.920.5400.71
HSL215.29º85%15.69%-
HSV(B)215.29º91.89%29.02%-
XYZ1.881.686.7-
YUV30.19152.72110.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 34 (13.67% from 255) = 29.82%
BLUE value IS 74 (29.30% from 255) = 64.91%
R=5.26%
G=29.82%
B=64.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal634740.920.5400.71215.298515.69
Hex6224A5C36047d75510
Octal64211213466010732712520
Binary110100010100101010111001101100100011111010111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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