#06264D

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

Shades of Sapphire #06264D

Tints of Sapphire #06264D

Color information

#06264D (or 0x06264D) is unknown color: approx Sapphire. HEX triplet: 06, 26 and 4D. RGB value is (6,38,77). Sum of RGB (Red+Green+Blue) = 6+38+77=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #06264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06264D is #F9D9B2. Grayscale: #202020. Windows color (decimal): -16374195 or 5056006. OLE color: 5056006.

HSL color Cylindrical-coordinate representation of color #06264D: hue angle of 212.96º 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 #06264D is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB63877-
CMYK0.920.5100.70
HSL212.96º85.54%16.27%-
HSV(B)212.96º92.21%30.2%-
XYZ2.111.967.29-
YUV32.88152.9108.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 77 (30.47% from 255) = 63.64%
R=4.96%
G=31.40%
B=63.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal638770.920.5100.70212.9685.5416.27
Hex6264D5C33046d55610
Octal64611513463010632512620
Binary110100110100110110111001100110100011011010101101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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