#062656

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

Shades of Sapphire #062656

Tints of Sapphire #062656

Color information

#062656 (or 0x062656) is unknown color: approx Sapphire. HEX triplet: 06, 26 and 56. RGB value is (6,38,86). Sum of RGB (Red+Green+Blue) = 6+38+86=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 86 (33.98% from 255 or 66.15% from 130); Max value from RGB is 86 - color contains mainly: blue. Hex color #062656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062656 is #F9D9A9. Grayscale: #212121. Windows color (decimal): -16374186 or 5645830. OLE color: 5645830.

HSL color Cylindrical-coordinate representation of color #062656: hue angle of 216º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #062656 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB63886-
CMYK0.930.5600.66
HSL216º86.96%18.04%-
HSV(B)216º93.02%33.73%-
XYZ2.452.19.08-
YUV33.9157.4108.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 38 (15.23% from 255) = 29.23%
BLUE value IS 86 (33.98% from 255) = 66.15%
R=4.62%
G=29.23%
B=66.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal638860.930.5600.6621686.9618.04
Hex626565D38042d85712
Octal64612613570010233012722
Binary110100110101011010111011110000100001011011000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062656; }

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

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

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

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

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

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

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

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